>netstat -aon | findstr 11380
  TCP    191.127.1.7:57936      29.225.107.216:3734    ESTABLISHED     11380

过滤器:

tcp&&ip.addr==191.127.1.7&&tcp.port==57936&&ip.dst==29.225.107.216&&tcp.dstport==3734&&tcp.len>0

相关文章:

  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-02-13
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-14
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
相关资源
相似解决方案