Rename "save_LIBS" to "ethereal_save_LIBS", to reduce the risk of a name
[obnox/wireshark/wip.git] / configure.in
2000-01-15 gramRemove libltdl from the build. The directory is still...
2000-01-15 guyArrange that, on Solaris, we link with "-lkstat" if...
2000-01-15 guyTethereal needs the same set of additional objects...
2000-01-15 guyWhen configuring for GLib, we have to include gmodule...
2000-01-15 gramMerge in the final code to make Ethereal run on Win32...
2000-01-10 gramSome initial changes for win32 support, but not all.
2000-01-09 guyMake "editcap" one of the standard targets, so it's...
2000-01-07 gramMove to version 0.8.1
1999-12-28 guyMake the default plugin directory "$(libdir)/ethereal...
1999-12-28 geraldAdd support for "--with-plugindir=<plugin install dir...
1999-12-26 geraldIntegrate libtool/libltdl with the plugin code. Add...
1999-12-22 geraldPrep for the next release.
1999-12-11 guyWe no longer use "asn_parse_header()" from the SNMP...
1999-12-09 oabadplugins support (i.e. Dynamically loadable dissectors)
1999-12-05 guyAs per Nathan Leulinger's suggestion, have a stub SNMP...
1999-12-03 guyIt appears that our "Makefile.in" won't work with the...
1999-11-29 gramMove to version 0.7.9 and add less than a week's change...
1999-11-29 guyGet version number information for CMU SNMP.
1999-11-29 guyInclude, in the version message, information about...
1999-11-23 gramMove to version 0.7.8.
1999-10-28 guyForcibly insert "-I/usr/local/include" in CFLAGS and...
1999-10-27 guyOops! A missing checkin from the recent update by...
1999-10-27 gramMoved version to 0.7.7
1999-10-20 gramMoved to version 0.7.6 and updated NEWS file. We have...
1999-10-20 guyAutomatically generate a function to call the register...
1999-10-14 guyMake it build on systems lacking "inet_pton()", "inet_n...
1999-10-14 itojunuse inet_pton() and inet_ntop(), which are RFC2553...
1999-10-14 itojunimplement ipprotostr() in ipproto.c, which basically...
1999-10-11 guySolaris 7 doesn't have "inet_aton()", either; supply...
1999-10-01 guyUwe Girlich's patch to handle OSes (e.g., SINIX) that...
1999-09-30 gramAdded check for <sys/wait.h> #ifdef'ed the SIGSYS block...
1999-09-24 gramChanged version to 0.7.5
1999-09-24 gramMany more packaging changes. Lets compilation with...
1999-09-24 gramMoved version to 0.7.4; updated documentation.
1999-09-22 ashoknThis commit contains support for reading capture files...
1999-09-01 guyBert Driehuis' patch to add a "--with-ucdsnmp" option...
1999-08-31 gramChanged gtk subdirectory to use only Makefile.am, and...
1999-08-27 gramAdded gtk subdirectory, with patched gtkclist.c in...
1999-08-24 gramChanged spec file for producing RPMs to ethereal.spec...
1999-08-11 gramFixed packaging problem (the list of deliverables in...
1999-08-11 gramModified the flex scanner to use symbols that start...
1999-08-11 gramModified autoconf/automake files for doc subdirectory...
1999-08-05 gramChanged version to 0.7.1
1999-08-03 gramUpdate version numbers to 0.7.0, and update win32 Makef...
1999-07-31 gramchmod() the temporary capture file to 0600 so that...
1999-07-20 guyDon't depend on Perl being in "/usr/bin/perl"; find...
1999-07-13 guyLook for <sys/socket.h>, not <sys/socket>.
1999-07-13 gramAdded support for compiling on win32 with Visual C...
1999-07-09 gramAdded the ability to create a read-only ethereal, i...
1999-07-07 gramCreated a new protocol tree implementation and a new...
1999-06-24 gramAdded Ashok's Match Selected functionality, and changes...
1999-06-14 guyAdd our own "strerror()", which we use on platforms...
1999-05-19 gramPackaging changes for version 0.6.2
1999-05-12 gramAdded Didier Jorand's dissect_snmp routine. This is...
1999-05-01 gramFixed 0.6.0 packaging problems.
1999-04-30 gramDocs updated for ethereal-0.6.0
1999-04-05 guyGet rid of include of <strings.h> from "util.c", as...
1999-03-28 gramJun-ichiro's IPv6 patch is merged in with ethereal...
1999-01-10 gerald* Added Tony Abbot's fixes for libpcap include director...
1998-12-29 gerald* Added Joerg Mayer's Vines patch
1998-11-18 gerald* Don't build wiretap if it isn't configured.
1998-11-18 gerald* Add -Wall to CFLAGS if we're running gcc.
1998-11-17 gerald* Added column formatting functionality.
1998-11-17 guyAdd a "acinclude.m4" file that defines a "AC_ETHEREAL_S...
1998-11-17 guyUn-comment "AC_CONFIG_SUBDIRS()", so that it'll run...
1998-11-15 guyBack out some changes accidentally commited by the...
1998-11-15 guyAdd support to wiretap for reading Sun "snoop" capture...
1998-11-12 gramA lengthy patch to add the wiretap library. Wiretap...
1998-10-28 gerald* Changes to make things easier on people with misplace...
1998-10-13 gerald* Pod page update
1998-10-12 gerald- Added match_strval function to packet.c
1998-10-10 gerald* OSPF alignment fixes (Gerald)
1998-09-25 gerald* Ethernet manufacturer support (Laurent)
1998-09-20 gerald* Refined LD_LIBRARY_PATH checks.
1998-09-17 gerald* Added in Laurent's OSI/ISO CNLP and COTP support.
1998-09-16 geraldAdded ID tags to the beginning of each source file.
1998-09-16 geraldInitial revision