Wireshark-bugs: [Wireshark-bugs] [Bug 9028] New: Capture filter ignores host file

Date: Sat, 10 Aug 2013 19:50:34 +0000
Bug ID 9028
Summary Capture filter ignores host file
Classification Unclassified
Product Wireshark
Version 1.10.1
Hardware x86
OS Windows XP
Status UNCONFIRMED
Severity Normal
Priority Low
Component Wireshark
Assignee [email protected]
Reporter [email protected]

Build Information:
Version 1.10.1 (SVN Rev 50926 from /trunk-1.10)

Compiled (32-bit) with GTK+ 2.24.14, with Cairo 1.10.2, with Pango 1.30.1, with
GLib 2.34.1, with WinPcap (4_1_3), with libz 1.2.5, without POSIX capabilities,
without libnl, with SMI 0.4.8, with c-ares 1.9.1, with Lua 5.1, without Python,
with GnuTLS 2.12.18, with Gcrypt 1.4.6, with MIT Kerberos, with GeoIP, with
PortAudio V19-devel (built Jul 26 2013), with AirPcap.

Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.1.3
(packet.dll version 4.1.0.2980), based on libpcap version 1.0 branch 1_0_rel0b
(20091008), GnuTLS 2.12.18, Gcrypt 1.4.6, without AirPcap.
AMD Athlon(tm) 64 X2 Dual Core Processor 5200+, with 1919MB of physical memory.
--
Capture filter ignores host file

In the filter string, addresses could be given as strings to be resolved by the
"hosts" file, like
not (homeplug_av.mmhdr || ip.addr == RouterAVM).

In this version this yields an "invalid filter string"  ("hosts" file
unchanged; I  have identical copies in E:\Programme\Wireshark and
E:\Windows\system32\drivers\etc).

Writing a dotted address works:
not (homeplug_av.mmhdr || ip.addr == 192.168.0.10)

The resolution of IP addresses on the display is unaffected by this bug.


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