Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2215] UDP display filter (udp.port != x) does not work

Date: Wed, 23 Jan 2008 10:40:04 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2215


Stig Bjørlykke <stig@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Stig Bjørlykke <stig@xxxxxxxxxxxxx>  2008-01-23 10:40:01 GMT ---
Hi.

Don't use != for this, use !(udp.port == x).

This is because udp.port matches both source and destination, and with your
filter both of them must be x for this filter to work.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.