| Commit message (Expand) | Author | Age | Files | Lines |
* | Add gtk2/glib2 handling to configure. Use --enable-gtk2 to use | Jörg Mayer | 2002-08-28 | 1 | -6/+24 |
* | Bump the version number to 0.9.6. Update the ChangeLog. Add rough | Gerald Combs | 2002-08-17 | 1 | -2/+2 |
* | Add AC_LIBTOOL_DLOPEN back, because older automake/autoconf versions | Jörg Mayer | 2002-08-15 | 1 | -1/+2 |
* | Replace usage of AC_PROG_RANLIB which is deprecated for newer versions | Jörg Mayer | 2002-08-14 | 1 | -3/+2 |
* | From Anand V. Narwani: | Guy Harris | 2002-07-12 | 1 | -2/+3 |
* | From Nix: | Guy Harris | 2002-07-06 | 1 | -2/+4 |
* | Bump the version up to 0.9.5. | Gerald Combs | 2002-06-28 | 1 | -2/+2 |
* | Make the default SNMP build behavior "ifpresent" instead of "yes", so things | Gerald Combs | 2002-05-18 | 1 | -6/+2 |
* | Increment versions to 0.9.4, get NEWS current to April 25 (more NEWS to | Gerald Combs | 2002-05-18 | 1 | -2/+2 |
* | Set the default for "--want_ucdsnmp" back to "yes", since overflow problems | Gerald Combs | 2002-05-16 | 1 | -2/+2 |
* | From Joerg Mayer: get rid of "-Wno-unused". | Guy Harris | 2002-05-04 | 1 | -6/+6 |
* | Clean up the "Use zlib library" message. | Guy Harris | 2002-04-08 | 1 | -4/+8 |
* | Replace "--enable-zlib" with "--with-zlib", and have it take an optional | Guy Harris | 2002-04-08 | 1 | -7/+25 |
* | Bump the version to 0.9.3. Update NEWS to be current to | Gerald Combs | 2002-03-29 | 1 | -2/+2 |
* | Default to *not* using the UCD SNMP library, as the current versions | Guy Harris | 2002-03-23 | 1 | -2/+10 |
* | Get rid of the "--enable-snmp" option; instead, use "--with-ucdsnmp". | Guy Harris | 2002-03-12 | 1 | -51/+24 |
* | In the message at the end that indicates how Ethereal was configured, | Guy Harris | 2002-03-11 | 1 | -2/+2 |
* | Use the "sprint_realloc_" routines in UCD SNMP 4.2.2 and later, rather | Guy Harris | 2002-03-10 | 1 | -37/+15 |
* | Bump the version to 0.9.2. Update NEWS to include everything from February. | Gerald Combs | 2002-03-03 | 1 | -2/+2 |
* | Don't link with the SNMP library by default. | Gerald Combs | 2002-03-01 | 1 | -2/+2 |
* | From Joerg Mayer: | Guy Harris | 2002-02-27 | 1 | -4/+12 |
* | Have configure check for pod2man, thus creating a POD2MAN makefile | Gilbert Ramirez | 2002-02-05 | 1 | -1/+2 |
* | Update version to 0.9.1. Add NEWS entries for 0.9.1 changes. | Gerald Combs | 2002-02-02 | 1 | -2/+2 |
* | From Heikki Vatiainen: | Guy Harris | 2002-02-02 | 1 | -17/+35 |
* | Remove the "--without-gcc" option - it doesn't work with the Sun, | Guy Harris | 2002-01-30 | 1 | -6/+1 |
* | Add a "--without-gcc" option, similar to what tcpdump and libpcap have. | Guy Harris | 2002-01-30 | 1 | -1/+6 |
* | Solaris's "/usr/ucb/sed" isn't good enough either. | Guy Harris | 2002-01-30 | 1 | -10/+15 |
* | On Solaris, check whether "sed" is "/usr/bin/sed", and fail if it is, as | Guy Harris | 2002-01-30 | 1 | -1/+14 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | Revamp the RPM building process. For versions of rpm that support | Gerald Combs | 2002-01-20 | 1 | -35/+5 |
* | Provide a --disable-usr-local flag to configure so that | Gilbert Ramirez | 2002-01-09 | 1 | -13/+26 |
* | Bump the version up to 0.9.0. Update the NEWS file. | Gerald Combs | 2001-12-23 | 1 | -2/+2 |
* | Work around changes made to recent Red Hat ucd-snmp packages. See | Gerald Combs | 2001-12-12 | 1 | -1/+11 |
* | Use "-no-cpp-precomp" rather than "-traditional-cpp" on MacOS X, as per | Guy Harris | 2001-12-07 | 1 | -3/+17 |
* | Don't assume that all UNIX platforms have <iconv.h> - explicitly check | Guy Harris | 2001-11-02 | 1 | -1/+2 |
* | Get NEWS current up to July 31, update version to 0.8.20. | Gerald Combs | 2001-10-12 | 1 | -2/+2 |
* | Patches from Frank Singleton : | Olivier Abad | 2001-08-30 | 1 | -1/+17 |
* | Fix AC_ETHEREAL_PCAP_CHECK so that, if a directory was specified with | Guy Harris | 2001-07-27 | 1 | -1/+2 |
* | If GLib doesn't support loadable modules, don't let the user enable | Guy Harris | 2001-07-27 | 1 | -1/+9 |
* | Fix from Michael Tuexen: define PLUGIN_DIR as NULL if plugin support is | Guy Harris | 2001-07-26 | 1 | -2/+4 |
* | MacOS support changes, from Michael Tuexen (with some modifications): | Guy Harris | 2001-07-26 | 1 | -23/+35 |
* | GIOP CosNaming support, from Frank Singleton. | Guy Harris | 2001-07-19 | 1 | -1/+2 |
* | Updated for release 0.8.19 | Jeff Foster | 2001-07-13 | 1 | -2/+2 |
* | Mergecap utility for merging capture files, from Scott Renfro. | Guy Harris | 2001-07-12 | 1 | -1/+18 |
* | Replace "--enable-pcap" with "--with-pcap", and if an argument is | Guy Harris | 2001-06-27 | 1 | -6/+21 |
* | Crank up the warning level in GCC, from Joerg Mayer. | Guy Harris | 2001-06-18 | 1 | -2/+2 |
* | Windows and the MSVC++ 6.0 library don't have "strptime()", so pull in | Guy Harris | 2001-06-02 | 1 | -2/+10 |
* | If you call AC_MSG_CHECKING, you should always call AC_MSG_RESULT. | Guy Harris | 2001-05-24 | 1 | -2/+3 |
* | Cleanups to the "--with-ssl" configuration option, and changes to add | Guy Harris | 2001-05-22 | 1 | -1/+10 |
* | Added 'text2pcap', a utility to convert text hexdumps into pcap | Ashok Narayanan | 2001-05-16 | 1 | -1/+18 |