WireShark抓取远程服务器的TCP消息

WireShark要抓取远程服务器上的指定IP指定端口的TCP消息,在Filter中输入命令:

tcp.dstport == 远程端口 && ip.dst_host ==  远程IP

例如:

tcp.dstport == 3007 && ip.dst_host ==  169.254.1.180

WireShark抓取远程服务器的TCP消息
 

相关推荐