用wireshark查看包内容时,有时候我们会发现包的数据链路层头名称为linux cooked capture。如图:

linux cooked capture


我们正常的以太网头如下:

linux cooked capture

为何链路层名称为linux cooked capture?

因为包是在linux中使用tcpdump,且指定参数-i any来捕获设备上所有网卡上的包。它会把所有包的以太网头都换成linux cooked capture,wireshark对此解释为虚假的协议。

相关文章:

  • 2022-12-23
  • 2021-12-09
  • 2022-01-27
  • 2021-11-23
  • 2021-09-16
  • 2021-07-02
  • 2021-12-31
  • 2021-08-04
猜你喜欢
  • 2021-09-29
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-12-27
  • 2022-12-23
相关资源
相似解决方案