Bug 614696 - ip.addr filter does not work
Summary: ip.addr filter does not work
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: wireshark
Version: 5.4
Hardware: All
OS: Linux
low
medium
Target Milestone: rc
: ---
Assignee: Jan Safranek
QA Contact: BaseOS QE Security Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-07-15 02:46 UTC by Hushan Jia
Modified: 2010-07-19 11:29 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-07-19 11:29:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Hushan Jia 2010-07-15 02:46:12 UTC
Description of problem:
apply the filter "http and ip.addr != 10.16.36.52", the result list still contains packet from or dsted 10.16.36.52.

Version-Release number of selected component (if applicable):
wireshark-1.0.8-1.el5_3.1

How reproducible:


Steps to Reproduce:
1. run wireshark, and start capture on interface
2. filter by ip address
3.
  
Actual results:


Expected results:
Should not there be any packet with src or dst address is 10.16.36.52 in the result list.

Additional info:

Comment 1 Hushan Jia 2010-07-15 02:47:36 UTC
http and (ip.addr != 10.16.36.52) is the problematic filter, if I use
http and !(ip.addr == 10.16.36.52) then it works well.

Comment 2 Jan Safranek 2010-07-19 11:29:11 UTC
This is expected behavior, see http://wiki.wireshark.org/DisplayFilters.


Note You need to log in before you can comment on or make changes to this bug.