博客
关于我
【车载以太网】【SOMEIP】Wireshark测试someip
阅读量:119 次
发布时间:2019-02-25

本文共 588 字,大约阅读时间需要 1 分钟。

Wireshark SOMEIP??????

1.1 ????Wireshark???????Help -> About Wireshark -> Folders/Plugins?????????????.lua??????Wireshark??????plugins/2.4.10/????

1.2 ????????View??????Time Display Format -> Date and Time of Day???UTC???????

1.3 ?????????????????

  • someip
  • ip.src == 192.168.1.1??????IP???
  • ip.src == 192.168.1.1 and ip.dst == 192.168.1.2??????IP???
  • someip.messageid == 0xffff8100 and ip.src == 192.168.1.2??????IP???
  • dns??????????
  • tcp.port == 8000
  • !(tcp.analysis.retransmission)
  • tcp.flags.syn==1 or tcp.flags.ack==0
  • tcp.flags.fin == 1
  • usb.src == "1.6.1" and usb.dst == "host"???????USB?????

转载地址:http://oxj.baihongyu.com/

你可能感兴趣的文章
nodejs配置express服务器,运行自动打开浏览器
查看>>
Nodemon 深入解析与使用
查看>>
node~ http缓存
查看>>
node不是内部命令时配置node环境变量
查看>>
node中fs模块之文件操作
查看>>
Node中同步与异步的方式读取文件
查看>>
Node中的Http模块和Url模块的使用
查看>>
Node中自启动工具supervisor的使用
查看>>
Node入门之创建第一个HelloNode
查看>>
node全局对象 文件系统
查看>>
Node出错导致运行崩溃的解决方案
查看>>
Node响应中文时解决乱码问题
查看>>
node基础(二)_模块以及处理乱码问题
查看>>
node安装及配置之windows版
查看>>
Node实现小爬虫
查看>>
Node提示:error code Z_BUF_ERROR,error error -5,error zlib:unexpected end of file
查看>>
Node提示:npm does not support Node.js v12.16.3
查看>>
Node搭建静态资源服务器时后缀名与响应头映射关系的Json文件
查看>>
Node服务在断开SSH后停止运行解决方案(创建守护进程)
查看>>
node模块化
查看>>