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.