过滤tcp包

tcp.port==554 && ip.dst==xxx && tcp contains "PLAY"

过滤端口554,目标ip为xxx 内容包含 PLAY的数据包

 

过滤http包

http.request==1&& http.request.method==POST && tcp.port==23583 && ip.dst_host==xx.com

过滤post请求且目标服务器地址为xx.com端口为23483的数据包

相关文章:

  • 2022-12-23
  • 2022-01-01
  • 2021-12-11
  • 2021-04-15
猜你喜欢
  • 2022-12-23
  • 2021-11-04
  • 2022-03-13
  • 2021-07-26
  • 2022-12-23
  • 2021-11-23
相关资源
相似解决方案