Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I can't get the eth.ig==0 display filter to work

I have a trace of broadcasts and a few unicast destinations. I want to filter to see only the destinations that are not broadcasts or multicasts, only unicasts.

When I filter eth.ig==0 it returns the broadcasts too. It should only return packets that match the filter. I clearly get broadcasts too.

It appear the reason is that this filter is for both source and destination address eth.ig bits.

How do I get it to filter only on what I might think should be: eth.dst.ig==0

Appreciate the help!

Bill