aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pppoe.c
AgeCommit message (Expand)AuthorFilesLines
2001-04-17Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris1-2/+2
2001-03-30Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris1-5/+5
2001-01-21Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris1-9/+1
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-3/+5
2001-01-04Make the PPP-over-Ethernet discovery and session protocols registeredGuy Harris1-28/+59
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-3/+3
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris1-56/+73
2000-09-11Added #include "strutil.h"Gilbert Ramirez1-1/+2
2000-08-25Fix comment and add reference to RFC.Laurent Deniel1-3/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3
2000-05-11Add tvbuff class.Gilbert Ramirez1-17/+17
2000-04-16Make various dissectors static if they can be, and get rid of any headerGuy Harris1-6/+6
2000-04-13Change the sub-dissector handoff registration routines so that theGilbert Ramirez1-1/+8
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+2
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-4/+19
1999-08-24Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1-2/+1
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-23/+20
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-0/+237