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 2527] Display filter should accept alternate IPv4 address

Date: Thu, 8 May 2008 10:44:12 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2527





--- Comment #6 from Rich Painter <painter@xxxxxxxxxxxxxxxxxxxxxx>  2008-05-08 10:44:09 PDT ---
Sorry- YEARS of frustration with stuff that worked for years in UNIX that gets
broken with windows and linux and their applications!

Regardless, neither the capture filter nor the display filter will accept the
inet_addr() or inet_ntoa() alternate input forms such as 10.3. If it is as you
say then there is a bug somewhere.

For example, if one enters the display filter "ip.src == 0xa000003" (which is
10.3) it reports:
"0xa000003" is not a valid hostname or IPv4 address.

Likewise using "ip.src == 10.3" it report:
"10.3" is not a valid hostname or IPv4 address.

Here is a good reference for the functions (inet_aton() is in this):
http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/lib/libnsl/rpc/inet_ntoa.c


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