Wireshark-bugs: [Wireshark-bugs] [Bug 10379] Display filter ignoring .dst and .src.
Date: Thu, 14 Aug 2014 17:14:02 +0000

changed bug 10379


What Removed Added
Status UNCONFIRMED INCOMPLETE
CC   jeff.morriss.ws@gmail.com
Ever confirmed   1

Comment # 1 on bug 10379 from
It works OK for me.  If I filter for, for example, "ip.dst == 192.168.54.225" I
get only frames whose destination IP address is the specified one.  If I
reverse it to "ip.src == 192.168.54.225" I get only frames whose source IP
address is the specified one.

Were you possibly trying to filter frames that contained multiple IP layers
(e.g., tunnelled messages or ICMP messages carrying undeliverable messages)?

A sample capture together with exact steps to reproduce would allow us to see
what you mean.


You are receiving this mail because:
  • You are watching all bug changes.