【发布时间】:2015-01-23 13:39:45
【问题描述】:
我正在从 RawCap 生成的转储文件传输到 Wireshark 以监控本地流量,我如何指示 Wireshark 仅显示到某个目标端口的流量?
我在一个 Cygwin shell 中运行 RawCap,在另一个 shell 中运行 Wireshark 来监控 RawCap 的输出:
外壳 1:
RawCap.exe -f 127.0.0.1 dumpfile.pcap
外壳 2:
# How do I tell Wireshark to show only traffic to port 10000?
tail -c +0 -f dumpfile.pcap | Wireshark.exe -k -i -
【问题讨论】:
标签: tcp wireshark packet-sniffers