aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/configure.in
AgeCommit message (Expand)AuthorFilesLines
2003-01-30AC_ARG_ENABLE takes 4 argument: The 3rd specifies what to do in case ajmayer1-2/+2
2002-11-28Add a "--with-extra-gcc-checks" option, which causes "-Wcast-qualguy1-3/+13
2002-11-27Add "-Wcast-qual" to the list of "-W" flags, so we catch code that couldguy1-3/+3
2002-10-09Support for both old and brand new libtool versionsjmayer1-1/+2
2002-10-06Change by Didier Gautheron to make automake 1.7 work.jmayer1-3/+3
2002-08-28Add gtk2/glib2 handling to configure. Use --enable-gtk2 to usejmayer1-3/+9
2002-08-14Replace usage of AC_PROG_RANLIB which is deprecated for newer versionsjmayer1-2/+2
2002-04-08Replace "--enable-zlib" with "--with-zlib", and have it take an optionalguy1-8/+26
2002-03-02From Joerg Mayer: get rid of "-Wno-unused" flag in some configureguy1-6/+6
2002-02-27From Joerg Mayer:guy1-4/+12
2002-02-06zlib 1.0.8 - the version that comes with X11 - does have "gzseek()",guy1-2/+2
2002-01-30Remove the "--without-gcc" option - it doesn't work with the Sun,guy1-6/+1
2002-01-30Add a "--without-gcc" option, similar to what tcpdump and libpcap have.guy1-1/+6
2002-01-09Provide a --disable-usr-local flag to configure so thatgram1-26/+36
2001-12-07Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as perguy1-4/+18
2001-09-28We have our own internal versions of "gzgets()" and "gzgetc()", so weguy1-2/+2
2001-07-26MacOS support changes, from Michael Tuexen (with some modifications):guy1-3/+11
2001-07-13From Joerg Mayer:guy1-2/+2
2001-06-27Replace "--enable-pcap" with "--with-pcap", and if an argument isguy1-1/+18
2001-04-17As of GLib 1.2.9, you won't automatically get "-I/usr/local/include" andguy1-2/+29
2000-10-17Do checks for platform-specific compiler flags in the libethereal andguy1-1/+28
2000-10-17Wiretap no longer works with "GLib 1.0[.x]" (the version that cameguy1-7/+1
2000-08-25Redo the way we map between libpcap encapsulation type codes and Wiretapguy1-1/+7
2000-08-11Miscellaneous code cleaningdeniel1-2/+2
2000-02-12Get rid of the check for NetBSD in the Wiretap "configure.in"; weguy1-6/+5
2000-01-13We are obliged to define HAVE_UNISTD_H in "config.h"; to avoid theguy1-42/+1
2000-01-10Some initial changes for win32 support, but not all.gram1-2/+2
1999-12-04Add support to Wiretap for writing Network Monitor 1.x-format captureguy1-1/+4
1999-12-03It appears that our "Makefile.in" won't work with the scripts generatedguy1-2/+14
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()itojun1-2/+8
1999-09-24DO NOT check for "unistd.h"; due to an unfortunate botch in the wayguy1-2/+43
1999-09-22This commit contains support for reading capture files compressed usingashokn1-1/+13
1999-09-11Added support for Lucent/Ascend packet traces. The MAX and Pipeline routergerald1-1/+6
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,gram1-2/+3
1999-07-08Added Johan's RADIUS dissector, finally. I modified it to fit in with thegram1-3/+1
1999-07-07Created a new protocol tree implementation and a new display filtergram1-20/+1
1999-03-28Jun-ichiro's IPv6 patch is merged in with ethereal and now uses the newgram1-1/+3
1999-03-03It's not a problem if we don't have GLib 1.1.x or later, so don'tguy1-3/+2
1999-03-01Added display filters to wiretap.gram1-4/+10
1999-01-13* Modified Makefile.am and configure.in so that wiretap isn't built unlessgerald1-1/+20
1998-11-21Pick up from Ethereal's "configure.in" the test to check whether we'reguy1-1/+10
1998-11-15Add support to wiretap for reading Sun "snoop" capture files.guy1-4/+1
1998-11-13More patches from Guy to make wiretap compile better. I definitelygram1-1/+5
1998-11-12Added a patch to wiretap from Guy Harris to help compile wiretap ingram1-2/+4
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultgram1-0/+16