aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
AgeCommit message (Expand)AuthorFilesLines
2000-01-15Merge in the final code to make Ethereal run on Win32, compiledGilbert Ramirez1-2/+3
2000-01-10Some initial changes for win32 support, but not all.Gilbert Ramirez1-3/+5
2000-01-09Make "editcap" one of the standard targets, so it's built and installedGuy Harris1-2/+17
2000-01-07Move to version 0.8.1Gilbert Ramirez1-2/+2
1999-12-28Make the default plugin directory "$(libdir)/ethereal/plugins/0.8",Guy Harris1-2/+2
1999-12-28Add support for "--with-plugindir=<plugin install dir>" to configure.Gerald Combs1-1/+23
1999-12-26Integrate libtool/libltdl with the plugin code. Add libtool and libltdlGerald Combs1-3/+17
1999-12-22Prep for the next release.Gerald Combs1-2/+2
1999-12-11We no longer use "asn_parse_header()" from the SNMP libraries; we useGuy Harris1-2/+2
1999-12-09plugins support (i.e. Dynamically loadable dissectors)Olivier Abad1-1/+2
1999-12-05As per Nathan Leulinger's suggestion, have a stub SNMP dissector ifGuy Harris1-7/+1
1999-12-03It appears that our "Makefile.in" won't work with the scripts generatedGuy Harris1-2/+13
1999-11-29Move to version 0.7.9 and add less than a week's changes to NEWS. WeGilbert Ramirez1-2/+2
1999-11-29Get version number information for CMU SNMP.Guy Harris1-2/+2
1999-11-29Include, in the version message, information about whether the UCD orGuy Harris1-2/+2
1999-11-23Move to version 0.7.8.Gilbert Ramirez1-2/+2
1999-10-28Forcibly insert "-I/usr/local/include" in CFLAGS and "-L/usr/local/lib"Guy Harris1-2/+23
1999-10-27Oops! A missing checkin from the recent update by Kojak to the ICQGuy Harris1-1/+2
1999-10-27Moved version to 0.7.7Gilbert Ramirez1-2/+2
1999-10-20Moved to version 0.7.6 and updated NEWS file. We have done _a lot_ inGilbert Ramirez1-2/+2
1999-10-20Automatically generate a function to call the register routines for allGuy Harris1-1/+4
1999-10-14Make it build on systems lacking "inet_pton()", "inet_ntop()", and aGuy Harris1-4/+5
1999-10-14use inet_pton() and inet_ntop(), which are RFC2553 standard functionJun-ichiro itojun Hagino1-3/+43
1999-10-14implement ipprotostr() in ipproto.c, which basically does ipprotobynumber()Jun-ichiro itojun Hagino1-2/+8
1999-10-11Solaris 7 doesn't have "inet_aton()", either; supply our own version onGuy Harris1-1/+10
1999-10-01Uwe Girlich's patch to handle OSes (e.g., SINIX) that lackGuy Harris1-1/+19
1999-09-30Added check for <sys/wait.h> #ifdef'ed the SIGSYS block of code, sinceGilbert Ramirez1-1/+2
1999-09-24Changed version to 0.7.5Gilbert Ramirez1-2/+2
1999-09-24Many more packaging changes. Lets compilation with new gtk subdirectoryGilbert Ramirez1-3/+3
1999-09-24Moved version to 0.7.4; updated documentation.Gilbert Ramirez1-2/+2
1999-09-22This commit contains support for reading capture files compressed usingAshok Narayanan1-1/+17
1999-09-01Bert Driehuis' patch to add a "--with-ucdsnmp" option that specifies theGuy Harris1-1/+2
1999-08-31Changed gtk subdirectory to use only Makefile.am, and not have a configureGilbert Ramirez1-4/+4
1999-08-27Added gtk subdirectory, with patched gtkclist.c in it. We can use thisGilbert Ramirez1-2/+2
1999-08-24Changed spec file for producing RPMs to ethereal.spec.in so thatGilbert Ramirez1-2/+2
1999-08-11Fixed packaging problem (the list of deliverables in the doc/ directory).Gilbert Ramirez1-2/+2
1999-08-11Modified the flex scanner to use symbols that start with "dfilter_"Gilbert Ramirez1-1/+3
1999-08-11Modified autoconf/automake files for doc subdirectory so that all ofGilbert Ramirez1-3/+8
1999-08-05Changed version to 0.7.1Gilbert Ramirez1-2/+2
1999-08-03Update version numbers to 0.7.0, and update win32 Makefiles. I made someGilbert Ramirez1-2/+2
1999-07-31chmod() the temporary capture file to 0600 so that only the user canGilbert Ramirez1-2/+3
1999-07-20Don't depend on Perl being in "/usr/bin/perl"; find it, and generate aGuy Harris1-2/+2
1999-07-13Look for <sys/socket.h>, not <sys/socket>.Guy Harris1-2/+2
1999-07-13Added support for compiling on win32 with Visual C and 'nmake'. It compiles,Gilbert Ramirez1-29/+5
1999-07-09Added the ability to create a read-only ethereal, i.e., one thatGilbert Ramirez1-23/+35
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-30/+6
1999-06-24Added Ashok's Match Selected functionality, and changes to move etherealGilbert Ramirez1-2/+2
1999-06-14Add our own "strerror()", which we use on platforms that don't have itGuy Harris1-1/+10
1999-05-19Packaging changes for version 0.6.2Gilbert Ramirez1-2/+2
1999-05-12Added Didier Jorand's dissect_snmp routine. This is only compiled inGilbert Ramirez1-1/+23