Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试查看传输到网络上特定多播地址的流量,以分析我们正在使用的协议。
我的设置中没有可用的 Wireshark(很遗憾)。TCPDump 是可用的。那么,谁能告诉我一个命令有 TCPDump 过滤器只查看传输到特定多播组地址的消息?
我相信这对于特定的群体来说应该足够了:
tcpdump -i eth0 -s0 -vv host 239.255.255.250
所有多播流量:
tcpdump -i eth0 -s0 -vv net 224.0.0.0/4