From 0fa0046046b869b8a16ed1e0c8eb2ef6514706b1 Mon Sep 17 00:00:00 2001 From: yangyanjun Date: Fri, 30 Sep 2022 15:39:38 +0800 Subject: [PATCH] =?UTF-8?q?NewIP=E5=BC=80=E5=8F=91=E6=96=87=E6=A1=A3SIG?= =?UTF-8?q?=E8=AF=84=E5=AE=A1=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yangyanjun --- zh-cn/device-dev/kernel/kernel-standard-newip.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/device-dev/kernel/kernel-standard-newip.md b/zh-cn/device-dev/kernel/kernel-standard-newip.md index 8a8bdb793e..56acf9ce49 100644 --- a/zh-cn/device-dev/kernel/kernel-standard-newip.md +++ b/zh-cn/device-dev/kernel/kernel-standard-newip.md @@ -351,7 +351,7 @@ allowxperm thread_xxx thread_xxx:socket ioctl { 0x8933 0x8916 0x890B }; ### 模板导入 -Wireshark默认报文解析规则无法解析NewIP报文,在WireShark配置中添加NewIP报文解析模板可以实现NewIP报文解析,[NewIP报文解析模板](https://gitee.com/openharmony-sig/communication_sfc_newip/blob/master/tools/wireshark_cfg_for_newip_v1.3.lua)详见代码仓。 +Wireshark默认报文解析规则无法解析NewIP报文,在WireShark配置中添加NewIP报文解析模板可以实现NewIP报文解析,[NewIP报文解析模板](https://gitee.com/openharmony-sig/communication_sfc_newip/blob/master/tools/wireshark_cfg_for_newip.lua)详见代码仓。 报文解析模板配置文件的方法: @@ -363,13 +363,13 @@ NewIP报文解析模板添加样例: ``` NewIP报文解析模板存放路径: -D:\tools\WireShark\wireshark_cfg_for_newip_v1.3.lua +D:\tools\WireShark\wireshark_cfg_for_newip.lua WireShark配置文件路径: C:\Program Files\Wireshark\init.lua 在init.lua文件最后增加下面配置(window 11) -dofile("D:\\tools\\WireShark\\wireshark_cfg_for_newip_v1.3.lua") +dofile("D:\\tools\\WireShark\\wireshark_cfg_for_newip.lua") ``` ### 报文解析样例 -- GitLab