aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* Remove some more "CHECK_DISPLAY_AS_DATA()" calls and code to setGuy Harris2001-01-211-9/+1
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-3/+5
* Make the PPP-over-Ethernet discovery and session protocols registeredGuy Harris2001-01-041-28/+59
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-3/+3
* Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris2000-11-191-56/+73
* Added #include "strutil.h"Gilbert Ramirez2000-09-111-1/+2
* Fix comment and add reference to RFC.Laurent Deniel2000-08-251-3/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Add tvbuff class.Gilbert Ramirez2000-05-111-17/+17
* Make various dissectors static if they can be, and get rid of any headerGuy Harris2000-04-161-6/+6
* Change the sub-dissector handoff registration routines so that theGilbert Ramirez2000-04-131-1/+8
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+2
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-4/+19
* Removed unnecessary #include "etypes.h" lines.Gilbert Ramirez1999-08-241-2/+1
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-23/+20
* Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1999-06-111-0/+237