过滤规则 ip.src ==192.168.1.107 and ip.dst==192.168.1.110 

Internet Protocol, Src: 192.168.1.110 (192.168.1.110), Dst: 125.43.12.30 (125.43.12.30)  这一层有一个字段 Identification: 0x7f5f (32607) ,身份标识.

两端同时使用过滤规则  ip.src ==192.168.1.107 and ip.dst==192.168.1.110 and  ((udp.port eq 52843 and udp.port eq 26311))  and  ip.id<=17000 and ip.id>=16000 ,过滤出 Identification 在16000 到17000之间的包。

相关文章:

  • 2021-09-03
  • 2021-11-10
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-01-29
  • 2021-12-10
  • 2022-01-17
相关资源
相似解决方案