aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2000-11-09Add MGCP dissector plugin from Ed Warnicke <hagbard@physics.rutgers.edu>.Gilbert Ramirez1-4/+8
2000-11-06forget to commit change w/ afs headersNathan Neulinger1-1/+4
2000-11-05AIM/OSCAR dissector, from Ralf Holzer.Guy Harris1-1/+2
2000-11-04SIP dissector, from Heikki Vatiainen.Guy Harris1-1/+2
2000-11-04WAP support, from Neil Hunter.Guy Harris1-2/+7
2000-10-26Cisco IGRP support, from Paul Ionescu.Guy Harris1-1/+2
2000-10-21Wildcard matching is tricky - you have to try wildcarding both theGuy Harris1-2/+1
2000-10-19"tvbtest.c" is now in the "epan" subdirectory, so don't put it inGuy Harris1-2/+1
2000-10-19Andreas Sikkema's new H.261 and TPKT dissectors, replacement RTCP andGuy Harris1-1/+5
2000-10-14Fix for inet*.[ch] move.Gilbert Ramirez1-3/+2
2000-10-14Move inet_*.[ch] files to epan.Gilbert Ramirez1-7/+2
2000-10-14While keeping the directory named 'epan' and the symbols in the libraryGilbert Ramirez1-3/+3
2000-10-06Implement epan_dissect_new() and epan_dissect_free(). These are theGilbert Ramirez1-5/+6
2000-09-28Simple code movement.Gilbert Ramirez1-3/+1
2000-09-28Simple code movement to epan.Gilbert Ramirez1-3/+1
2000-09-27Move packet.[ch] to epanGilbert Ramirez1-5/+3
2000-09-27First step in moving core Ethereal routines to libepan.Gilbert Ramirez1-35/+4
2000-09-22Move #included C code from an *.h file to an *.inc file.Gilbert Ramirez1-2/+2
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez1-3/+5
2000-08-30Initial BXXP dissector ...Richard Sharpe1-1/+2
2000-08-30List pint.h as a source file.Gilbert Ramirez1-1/+2
2000-08-19Adding the first part of packet-smtp.c ...Richard Sharpe1-1/+2
2000-08-18Add Zebra dissector from Jochen.Gilbert Ramirez1-2/+3
2000-08-13Give, in "README.hpux", what appears to be the new URL for the UK HP-UXGuy Harris1-1/+4
2000-08-12RSH dissector, from Robert Tsai.Guy Harris1-2/+3
2000-08-11Kerberos 5 dissector, from Wes Hardaker.Guy Harris1-1/+3
2000-07-30David Frascone's DIAMETER dissector.Guy Harris1-1/+4
2000-07-28Add the re-write of the NetWare Core Protocol dissector. It's mostlyGilbert Ramirez1-1/+10
2000-07-28Don't create dfilter2pod from dfilter2pod.in just for @PERL_PATH@; it'sGilbert Ramirez1-2/+2
2000-07-27Quake dissector packet-quake.c added.Uwe Girlich1-1/+2
2000-07-26Add a script, "aclocal-flags", which figures out whereGuy Harris1-1/+4
2000-07-26Switch Solaris package build naming to a more generic SVR4. Add RPM and SRPMGerald Combs1-16/+36
2000-07-22Add a "debian-package" target to Makefile.am to build debian packages.Olivier Abad1-1/+4
2000-07-22Add support for bulding Solaris binary packages. The distributionGerald Combs1-1/+26
2000-07-21Add SCTP dissector from Tuexen Michael <Michael.Tuexen@icn.siemens.de>Gilbert Ramirez1-1/+2
2000-07-14Apparently, on systems with glibc 2.2, "inet_aton()" is declared inGuy Harris1-1/+2
2000-07-06SINIX-M systems don't know about strcasecmp(). I added the source fileUwe Girlich1-2/+3
2000-07-05Add support for a global "ethereal.conf" preferences file, stored in theGuy Harris1-1/+2
2000-06-22Add link instructions for "tvbtest", so that we link with GLib.Guy Harris1-1/+2
2000-06-12Christophe Tronche's X11 dissector.Guy Harris1-1/+5
2000-06-11Add syslog message dissector.Gerald Combs1-1/+2
2000-06-07Add COPS dissector (with a few fixes for compiling on Win32).Gilbert Ramirez1-1/+2
2000-05-30Give the IPX dissector dissector hash tables for the IPX type and socketGuy Harris1-3/+1
2000-05-28Give the Appletalk DDP dissector a dissector hash table, and have theGuy Harris1-1/+2
2000-05-27Add Mobile IP dissector. Converted to use tvbuff.Gilbert Ramirez1-1/+2
2000-05-22EIGRP over Appletalk and EIGRP over IPX support, from Paul Ionescu.Guy Harris1-1/+2
2000-05-15Add very basic tvbuff documentation. I still need to explain TVBUFF_COMPOSITE's,Gilbert Ramirez1-1/+2
2000-05-12Add a sample Makefile for regression testing by using tethereal.Gilbert Ramirez1-1/+2
2000-05-12Remove proto_tree doc, as all necessary info in it is in README.developer.Gilbert Ramirez1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-1/+8