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

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 25579: /trunk/ /trunk/epan/: Makefil

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Tue, 24 Jun 2008 15:22:39 -0400


Joerg Mayer wrote:
On Tue, Jun 24, 2008 at 05:57:45PM +0000, morriss@xxxxxxxxxxxxx wrote:
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25579

User: morriss
Date: 2008/06/24 10:57 AM

Log:
 Fix *NIX builds where we need our own inet_pton.c or inet_ntop.c .  This should fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2607

Directory: /trunk/epan/
  Changes    Path           Action
  +10 -2     Makefile.am    Modified

Directory: /trunk/
  Changes    Path           Action
  +18 -0     Makefile.am    Modified

What's the idea of including these files into the unix builds? Just to make
the build work? Also, will this solution work with out of tree builds?

To get the build to work if the system we're on has a broken inet_pton() or inet_ntop()--see the bug and the recent discussion of the same on the -users list.

I *think* it will work with out-of-tree builds but I didn't test it.