aboutsummaryrefslogtreecommitdiffstats
path: root/packet-pppoe.c
Commit message (Expand)AuthorAgeFilesLines
* From Ronnie Sahlberg:Guy Harris2002-10-211-3/+14
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* From Joerg Mayer: get rid of unused arguments.Guy Harris2002-05-011-3/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-13/+13
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-7/+10
* Move the declaration of "etype_vals[]" from "epan/packet.h" toGuy Harris2001-04-171-2/+2
* Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris2001-03-301-5/+5
* 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