| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes to look for SSL library for those who have UCD SNMP compiled | Guy Harris | 2001-01-18 | 1 | -3/+15 |
* | Change version numbers to 0.8.15 | Gilbert Ramirez | 2001-01-12 | 1 | -3/+3 |
* | Enable the building of any combination of ethereal, tethereal, and editcap. | Gilbert Ramirez | 2000-11-22 | 1 | -8/+98 |
* | Move to version 0.8.14 | Gilbert Ramirez | 2000-11-20 | 1 | -3/+3 |
* | Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>. | Gilbert Ramirez | 2000-11-09 | 1 | -2/+4 |
* | Move to version 0.8.13. | Gilbert Ramirez | 2000-10-27 | 1 | -3/+3 |
* | Alas, we have to set HAVE_PLUGINS in the top-level configure script as | Guy Harris | 2000-10-17 | 1 | -1/+10 |
* | Make the top-level configure script descend into epan to run the | Guy Harris | 2000-10-16 | 1 | -2/+2 |
* | Give libethereal its own configuration file, and have that configuration | Guy Harris | 2000-10-16 | 1 | -55/+4 |
* | First step in moving core Ethereal routines to libepan. | Gilbert Ramirez | 2000-09-27 | 1 | -3/+4 |
* | libpcap unconditionally includes <net/if.h> on UNIX systems, as that is, | Guy Harris | 2000-09-17 | 1 | -2/+2 |
* | Move to version 0.8.12 | Gilbert Ramirez | 2000-09-14 | 1 | -3/+3 |
* | Move to version 0.8.11 | Gilbert Ramirez | 2000-08-03 | 1 | -3/+3 |
* | Add the re-write of the NetWare Core Protocol dissector. It's mostly | Gilbert Ramirez | 2000-07-28 | 1 | -4/+6 |
* | Don't create dfilter2pod from dfilter2pod.in just for @PERL_PATH@; it's | Gilbert Ramirez | 2000-07-28 | 1 | -4/+2 |
* | Switch Solaris package build naming to a more generic SVR4. Add RPM and SRPM | Gerald Combs | 2000-07-26 | 1 | -4/+55 |
* | Add support for bulding Solaris binary packages. The distribution | Gerald Combs | 2000-07-22 | 1 | -1/+4 |
* | Apparently, on systems with glibc 2.2, "inet_aton()" is declared in | Guy Harris | 2000-07-14 | 1 | -1/+2 |
* | SINIX-M systems don't know about strcasecmp(). I added the source file | Uwe Girlich | 2000-07-06 | 1 | -1/+10 |
* | Change version to 0.8.10 | Gilbert Ramirez | 2000-07-04 | 1 | -3/+3 |
* | Move to version 0.8.9 | Gilbert Ramirez | 2000-06-07 | 1 | -3/+3 |
* | One more "0.8.7" --> "0.8.8" | Gilbert Ramirez | 2000-05-09 | 1 | -2/+2 |
* | Move to version 0.8.8 | Gilbert Ramirez | 2000-05-08 | 1 | -2/+2 |
* | Move to version 0.8.7. | Gilbert Ramirez | 2000-04-12 | 1 | -3/+3 |
* | Move to version 0.8.6. | Gilbert Ramirez | 2000-04-07 | 1 | -2/+2 |
* | Plugin API is at version 0.8.5 (reflected in directory name for plugins) | Gilbert Ramirez | 2000-04-05 | 1 | -2/+2 |
* | Move to version 0.8.5 | Gilbert Ramirez | 2000-04-04 | 1 | -2/+2 |
* | Rick Jones of HP says that the "-Ae" flag to the HP ANSI C compiler | Guy Harris | 2000-03-31 | 1 | -5/+4 |
* | Move to version 0.8.4. | Gilbert Ramirez | 2000-03-03 | 1 | -2/+2 |
* | Add Peter Kjellerstedt <peter.kjellerstedt@axis.com>'s patches | Gilbert Ramirez | 2000-02-11 | 1 | -1/+14 |
* | Move to version 0.8.3. | Gilbert Ramirez | 2000-02-01 | 1 | -2/+2 |
* | Move version to 0.8.2, add Win32 to list of platforms in README. | Gilbert Ramirez | 2000-01-26 | 1 | -2/+2 |
* | Add stuff to add platform-specific compiler flags; currently, we have | Guy Harris | 2000-01-21 | 1 | -1/+29 |
* | Add "-L" flags to LDFLAGS, not LIBS, and get rid of all the exotic | Guy Harris | 2000-01-21 | 1 | -2/+2 |
* | The NetBSD zlib problem is probably the same as the FreeBSD and OpenBSD | Guy Harris | 2000-01-16 | 1 | -6/+2 |
* | Remove libltdl from the build. The directory is still in CVS, but it is | Gilbert Ramirez | 2000-01-15 | 1 | -4/+2 |
* | Arrange that, on Solaris, we link with "-lkstat" if necessary when | Guy Harris | 2000-01-15 | 1 | -17/+36 |
* | Tethereal needs the same set of additional objects that Ethereal does; | Guy Harris | 2000-01-15 | 1 | -3/+11 |
* | When configuring for GLib, we have to include gmodule support; the GTK+ | Guy Harris | 2000-01-15 | 1 | -2/+2 |
* | Merge in the final code to make Ethereal run on Win32, compiled | Gilbert Ramirez | 2000-01-15 | 1 | -2/+3 |
* | Some initial changes for win32 support, but not all. | Gilbert Ramirez | 2000-01-10 | 1 | -3/+5 |
* | Make "editcap" one of the standard targets, so it's built and installed | Guy Harris | 2000-01-09 | 1 | -2/+17 |
* | Move to version 0.8.1 | Gilbert Ramirez | 2000-01-07 | 1 | -2/+2 |
* | Make the default plugin directory "$(libdir)/ethereal/plugins/0.8", | Guy Harris | 1999-12-28 | 1 | -2/+2 |
* | Add support for "--with-plugindir=<plugin install dir>" to configure. | Gerald Combs | 1999-12-28 | 1 | -1/+23 |
* | Integrate libtool/libltdl with the plugin code. Add libtool and libltdl | Gerald Combs | 1999-12-26 | 1 | -3/+17 |
* | Prep for the next release. | Gerald Combs | 1999-12-22 | 1 | -2/+2 |
* | We no longer use "asn_parse_header()" from the SNMP libraries; we use | Guy Harris | 1999-12-11 | 1 | -2/+2 |
* | plugins support (i.e. Dynamically loadable dissectors) | Olivier Abad | 1999-12-09 | 1 | -1/+2 |
* | As per Nathan Leulinger's suggestion, have a stub SNMP dissector if | Guy Harris | 1999-12-05 | 1 | -7/+1 |