ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 2527] Display filter should accept alternate IPv4 address

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


Gerald Combs <gerald@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gerald@xxxxxxxxxxxxx
           Severity|Enhancement                 |Minor
         OS/Version|All                         |Windows XP
           Platform|All                         |PC




--- Comment #5 from Gerald Combs <gerald@xxxxxxxxxxxxx>  2008-05-08 08:41:10 PDT ---
The display filter code _does_ call inet_aton() via
epan/addr_resolv.c:get_host_ipaddr(). This code has been in place for a very
long time, and used to work as Rich expected IIRC. According to gdb on my
laptop, inet_aton() in Wireshark is returning 0 for values that it shouldn't,
e.g. "10". If I feed the same values to a small test program that calls
inet_aton() it works correctly.

BTW, Rich, can you check the "tone" knob on your keyboard? It seems that you
may have inadvertently bumped it, and cranked it all the way up to
"condescend."


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