Clean up white space.
[obnox/wireshark/wip.git] / configure.in
2000-11-22 gramEnable the building of any combination of ethereal...
2000-11-20 gramMove to version 0.8.14
2000-11-09 gramAdd MGCP dissector plugin from Ed Warnicke <hagbard...
2000-10-27 gramMove to version 0.8.13.
2000-10-17 guyAlas, we have to set HAVE_PLUGINS in the top-level...
2000-10-16 guyMake the top-level configure script descend into epan...
2000-10-16 guyGive libethereal its own configuration file, and have...
2000-09-27 gramFirst step in moving core Ethereal routines to libepan.
2000-09-17 guylibpcap unconditionally includes <net/if.h> on UNIX...
2000-09-14 gramMove to version 0.8.12
2000-08-03 gramMove to version 0.8.11
2000-07-28 gramAdd the re-write of the NetWare Core Protocol dissector...
2000-07-28 gramDon't create dfilter2pod from dfilter2pod.in just for...
2000-07-26 geraldSwitch Solaris package build naming to a more generic...
2000-07-22 geraldAdd support for bulding Solaris binary packages. The...
2000-07-14 guyApparently, on systems with glibc 2.2, "inet_aton(...
2000-07-06 girlichSINIX-M systems don't know about strcasecmp(). I added...
2000-07-04 gramChange version to 0.8.10
2000-06-07 gramMove to version 0.8.9
2000-05-09 gramOne more "0.8.7" --> "0.8.8"
2000-05-08 gramMove to version 0.8.8
2000-04-12 gramMove to version 0.8.7.
2000-04-07 gramMove to version 0.8.6.
2000-04-05 gramPlugin API is at version 0.8.5 (reflected in directory...
2000-04-04 gramMove to version 0.8.5
2000-03-31 guyRick Jones of HP says that the "-Ae" flag to the HP...
2000-03-03 gramMove to version 0.8.4.
2000-02-11 gramAdd Peter Kjellerstedt <peter.kjellerstedt@axis.com...
2000-02-01 gramMove to version 0.8.3.
2000-01-26 gramMove version to 0.8.2, add Win32 to list of platforms...
2000-01-21 guyAdd stuff to add platform-specific compiler flags;...
2000-01-21 guyAdd "-L" flags to LDFLAGS, not LIBS, and get rid of...
2000-01-16 guyThe NetBSD zlib problem is probably the same as the...
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...
next