First time here? Check out the FAQ!

Ask Your Question
0

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

asked Sep 30 '18

Packetman007 gravatar image

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

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
0

answered Sep 30 '18

Guy Harris gravatar image

That works, but we really should make filters such as eth.dst.ig == 0 work.

Please file an enhancement request for this on the Wireshark Bugzilla.

Preview: (hide)
link

Comments

Indeed, both src and dst are using the same header field definitions for lg and ig bits(which is fine) but should probably have their own src and dst specific ones as well (for all parts of the MAC address).

Jaap gravatar imageJaap ( Oct 1 '18 )
0

answered Sep 30 '18

Packetman007 gravatar image

(not eth.dst == ff:ff:ff:ff:ff:ff && eth.ig==0) && (not eth.addr == 33:33:00:01:00:02 && eth.ig==0) This seems to work.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: Sep 30 '18

Seen: 721 times

Last updated: Sep 30 '18