ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12170] New: Display Filter not filtering by IP address Pro

Date: Wed, 24 Feb 2016 21:11:23 +0000
Bug ID 12170
Summary Display Filter not filtering by IP address Properly
Product Wireshark
Version 2.0.1
Hardware x86-64
OS Ubuntu
Status UNCONFIRMED
Severity Major
Priority Low
Component GTK+ UI
Assignee [email protected]
Reporter [email protected]

Created attachment 14358 [details]
Screenshot showing IP address not being filtered correctly

Build Information:
Version 2.0.1 (v2.0.0-47-g57f3171 from unknown)

Copyright 1998-2015 Gerald Combs <[email protected]> and contributors.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (64-bit) with Qt 5.2.1, with libpcap, with POSIX capabilities (Linux),
with libnl 3, with libz 1.2.8, with GLib 2.40.2, with SMI 0.4.8, with c-ares
1.10.0, with Lua 5.2, with GnuTLS 2.12.23, with Gcrypt 1.5.3, with MIT
Kerberos,
with GeoIP, with QtMultimedia, without AirPcap.

Running on Linux 3.16.0-62-generic, with locale C, with libpcap version 1.5.3,
with libz 1.2.8, with GnuTLS 2.12.23, with Gcrypt 1.5.3.
Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz (with SSE4.2)

Built using gcc 4.8.4.

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
--
I'm using the following display filter:

> ip.src == 10.0.0.2 and udp.dstport == 0

but it's still displaying packets with a source address of 10.0.0.1.  It should
be excluding these packets.


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