首页 > 编程知识 正文

车载以太网接口,车载以太网测试

时间:2023-05-03 16:04:26 阅读:202162 作者:3199

一、 Wireshark SOMEIP plugin
1.1 插件安装
Wireshark插件目录:Help -> About Wireshark -> Folders/Plugins

https://github.com/jamores/eth-ws-someip
解压后,将所有后缀是lua的文件拷贝到Wireshark安装目录plugins/2.4.10/下。

1.2 时间戳调整为UTC显示格式
View -> Time Display Format -> Date and Time of Day

1.3 常用过滤关键字
1)someip
2)ip.src == 192.168.1.1 - 改到对应的ip地址
3)ip.src == 192.168.1.1 and ip.dst == 192.168.1.2 - 改到对应的ip地址
4)someip.messageid == 0xffff8100 and ip.src == 192.168.1.2 - 改到对应的ip地址
5)dns - 调试域名解析
6)tcp.port == 8000
7)!(tcp.analysis.retransmission)
8)tcp.flags.syn==1 or tcp.flags.ack==0
9)tcp.flags.fin == 1
10)usb.src == "1.6.1" and usb.dst == "host" - 改到对应的U

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。