From d01235f83fb5817a8f39542b993990fb8464aec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=98=95?= Date: Mon, 15 May 2023 17:43:42 +0800 Subject: [PATCH] =?UTF-8?q?OCT=201.=20DHCP=20=E6=B5=8B=E8=AF=95=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E4=BA=8C=E8=BF=9B=E5=88=B6=E6=95=B0=E6=8D=AE=E5=8C=85?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dhcp_tools/detail_wnd.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dhcp_tools/detail_wnd.c b/dhcp_tools/detail_wnd.c index cbc6ad2..8395fc9 100644 --- a/dhcp_tools/detail_wnd.c +++ b/dhcp_tools/detail_wnd.c @@ -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};