博客
关于我
【车载以太网】【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/

你可能感兴趣的文章
No resource identifier found for attribute 'srcCompat' in package的解决办法
查看>>
Node.js 文件系统的各种用法和常见场景
查看>>
node.js 配置首页打开页面
查看>>
node.js+react写的一个登录注册 demo测试
查看>>
Node.js安装与配置指南:轻松启航您的JavaScript服务器之旅
查看>>
nodejs libararies
查看>>
nodejs-mime类型
查看>>
nodejs中Express 路由统一设置缓存的小技巧
查看>>
Node入门之创建第一个HelloNode
查看>>
NotImplementedError: Cannot copy out of meta tensor; no data! Please use torch.nn.Module.to_empty()
查看>>
npm run build 失败Compiler server unexpectedly exited with code: null and signal: SIGBUS
查看>>
npm WARN deprecated core-js@2.6.12 core-js@<3.3 is no longer maintained and not recommended for usa
查看>>
npm和yarn的使用对比
查看>>
npm报错unable to access ‘https://github.com/sohee-lee7/Squire.git/‘
查看>>
npm的问题:config global `--global`, `--local` are deprecated. Use `--location=global` instead 的解决办法
查看>>
NR,NF,FNR
查看>>
nrf开发笔记一开发软件
查看>>
NSDateFormatter的替代方法
查看>>
NSOperation基本操作
查看>>
NSSet集合 无序的 不能重复的
查看>>