aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2001-01-22SUA Light dissector, from Michael Tuexen.Guy Harris1-1/+2
2001-01-15Automake is a jealous god. If, when sacrificing a goat to it, you doGuy Harris1-3/+40
2001-01-13Make GRE use a dissector table for its protocol types, and registerGuy Harris1-1/+2
2001-01-13Actually call capture_sll() from the capture loop.Gilbert Ramirez1-1/+2
2001-01-11Update the SCTP dissector, and add a dissector forGilbert Ramirez1-1/+2
2001-01-11Add a python script which has the same functionality as the shellGilbert Ramirez1-1/+2
2001-01-11Provide a way by which protocols that run atop HTTP, such as IPP, canGuy Harris1-1/+2
2001-01-11"dissect_http()" doesn't need to be global any more; make it static.Guy Harris1-2/+1
2001-01-10M3UA (MTP3 User Adaptation layer) support, from Michael Tuexen.Guy Harris1-1/+2
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-1/+2
2001-01-07Frame Relay and Frame-Relay-over-GRE support, from Paul Ionescu.Guy Harris1-1/+2
2001-01-05DEC LANBridge Spanning Tree Protocol support, from Paul Ionescu.Guy Harris1-1/+2
2001-01-03Have the TR MAC and LLC dissectors register themselves, make themGuy Harris1-2/+1
2000-12-29Added a LAPBETHER dissector as per Guy's wishes ... :-)Richard Sharpe1-1/+2
2000-12-28Tvbuffify the CDP, CGMP, ISL, and VTP dissectors.Guy Harris1-4/+1
2000-12-27Tvbuffify the RIP and OSPF dissectors.Guy Harris1-3/+1
2000-12-24Rename "asn1_octet_string_value_decode()" toGuy Harris1-2/+1
2000-12-23Add support for the DLT_LINUX_SLL capture type in the current CVSGuy Harris1-1/+2
2000-12-22added tethereal_static targetNathan Neulinger1-2/+17
2000-12-17X.25 over TCP support, from Paul Ionescu.Guy Harris1-1/+2
2000-12-13Add code to check the checksums of TCP segments and UDP datagrams;Guy Harris1-1/+3
2000-12-03Register "dissect_nbipx()", and have the IPX dissector look up itsGuy Harris1-2/+1
2000-11-30GVRP dissector, from Kevin Shi.Guy Harris1-1/+3
2000-11-29Initial coding of the dissector for the Label Distribution Protocol.Richard Sharpe1-1/+2
2000-11-29WCCP 2.0 support.Guy Harris1-1/+2
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-6/+1
2000-11-22Enable the building of any combination of ethereal, tethereal, and editcap.Gilbert Ramirez1-5/+6
2000-11-21Add a "color.h" file that declares a nominally-toolkit-independentGuy Harris1-1/+2
2000-11-19Register the OSI transport dissector by name, and make it static.Guy Harris1-2/+1
2000-11-17Give the "null" link-layer header dissector a dissector table, and putGuy Harris1-2/+2
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+1
2000-11-15Tvbuffify the IPP dissector, and have it register itself rather thanGuy Harris1-2/+1
2000-11-15Add a mechanism by which a dissector can be registered by name, anotherGuy Harris1-2/+1
2000-11-15IEEE 802.11 support, from Johan Jorgensen of Axis Communications AB.Guy Harris1-1/+3
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