Using the Wireshark "Filter" field in the Wireshark GUI, I would like to filter capture results so that only multicast packets are shown.
I've seen this post but that doesn't work for the GUI filter field. This Wireshark page shows how to filter out multicast, but not how to filter everything but multicast.
Does anyone know of a simple statement that will do this?
Thank you in advance!
"multicast" was unexpected in this context
. Any ideas? I wonder if there is simply a syntax issue.ip==multicast
didn't produce an error, but it doesn't show any resuts either (and there are many many multicast packets that should be showing). – Bergmann