OCT 1. DHCP 测试工具二进制数据包字体样式修改

This commit is contained in:
黄昕 2023-05-15 17:43:42 +08:00
parent 84ab5cf3de
commit d01235f83f
1 changed files with 3 additions and 0 deletions

View File

@ -405,6 +405,9 @@ void details_wnd_show(PDHCP_INFO pInfo) {
}
}
gtk_text_buffer_insert(g_pTxtBuf[i], &iter, buf, -1);
memset(buf, 0, 128);
for (int m = 0; m < 16; m++) {
if (isprint(g_HexBuf[i]->p[k * 16 + m])) {
char bufStr[2] = {0};