I was debugging the traffic from one of my network devices that broadcasts each minute on multicast.

The following code was helpful to work through the output and why my python script wasn’t picking up the output any more.

tcpdump -nnXs 0 -i en0 udp port 22600 and dst 224.192.32.19

Comments are closed.

Post Navigation