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 5160] Wireshark fails to start on Windows XP 64bit

Date: Fri, 10 Sep 2010 08:41:49 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5160

--- Comment #20 from BBA <bba@xxxxxxxx> 2010-09-10 08:41:46 PDT ---
(In reply to comment #19)
> OK, thanks.  Checked in rev 34093 and scheduled for 1.4.1.  You can try one of
> the (1.5) automated builds in a couple of hours to make sure I got all the
> changes right (BTW, patches/diffs are greatly preferred to uploading the whole
> file again).

Sorry for the whole-file-uploads, but the whole thing was operated in somewhat
improvised circumstances from my side.

Rev 34093 works as intended in this regard.

BTW, the technique to substitute lacking system support with functions with the
same name will always be fragile. Better is to use the scheme:

In libwsutil, implement a function called ws_inet_pton(), and then, in
config.h:

#ifdef WS_LACKS_INET_PTON
#define inet_pton ws_inet_pton
#endif

Just my 2 cents, though...

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