我正在从RawCap生成的转储文件中传输到Wireshark,以便监视本地流量,我如何指示wireshark只显示到某个目的地端口的流量?
我在一个Cygwin shell中运行RawCap,在另一个shell中运行Wireshark来监视RawCap的输出:
Shell 1:
RawCap.exe -f 127.0.0.1 dumpfile.pcapShell 2:
# How do I tell Wireshark to show only traffic to port 10000?
tail -c +0 -f dumpfile.pcap | Wireshark.exe -k -i -发布于 2014-11-25 17:36:52
https://stackoverflow.com/questions/27128623
复制相似问题