From 68f56e4965c114b580ddcfba7767c0a0d9a445c2 Mon Sep 17 00:00:00 2001 From: yangyanjun Date: Fri, 30 Sep 2022 15:11:57 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/device-dev/kernel/kernel-standard-newip.md b/zh-cn/device-dev/kernel/kernel-standard-newip.md index 88ea130ba1..8a8bdb793e 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报文解析。 +Wireshark默认报文解析规则无法解析NewIP报文,在WireShark配置中添加NewIP报文解析模板可以实现NewIP报文解析,[NewIP报文解析模板](https://gitee.com/openharmony-sig/communication_sfc_newip/blob/master/tools/wireshark_cfg_for_newip_v1.3.lua)详见代码仓。 报文解析模板配置文件的方法: @@ -362,7 +362,7 @@ Wireshark默认报文解析规则无法解析NewIP报文,在WireShark配置中 NewIP报文解析模板添加样例: ``` -NewIP报文解析模板文件存放路径: +NewIP报文解析模板存放路径: D:\tools\WireShark\wireshark_cfg_for_newip_v1.3.lua WireShark配置文件路径: -- GitLab