aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/configure.in
AgeCommit message (Expand)AuthorFilesLines
2006-05-15GLib 1.2[.x] doesn't have g_sprintf(), it just has g_snprintf(); useguy1-1/+3
2006-05-15Fix some compiler warnings.guy1-0/+36
2005-08-20Add -Wmissing-declarations -Wwrite-strings to extra-gcc-flagsjmayer1-1/+1
2004-12-21Small Whitespacechangejmayer1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-06-01It really helps when you change the default from gtk1 -> gtk2 in the topjmayer1-2/+2
2004-04-14At last compiling on CygWin works again! Added the missing PCRE and GLIBobiot1-1/+9
2004-03-04Get rid of an out-of-date comment.guy1-12/+3
2004-03-03Require autoconf 2.53 and automake 1.6jmayer1-2/+2
2004-02-08Move -pedantic back to extra-gcc-flags, as glib generates more warnings than ...jmayer1-3/+3
2004-02-07Don't build as shared *and* static by defaultjmayer1-1/+3
2004-01-24Fix all fixable warningsjmayer1-3/+3
2004-01-10Add -Wbad-function-cast to extra gcc flags.obiot1-2/+2
2003-12-24Add -pedantic to --with-extra-gcc-checksjmayer1-2/+2
2003-11-18From Olivier Biot: add a "--enable-profile-build" flag to request thatguy1-1/+17
2003-08-21Align the --with-pcap help message with other help messages.guy1-2/+2
2003-07-23Back out the changes made earlier.gerald1-2/+2
2003-07-23Make "--enable-usr-local" disabled by default, as suggested by Joerg Mayer.gerald1-2/+2
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