aboutsummaryrefslogtreecommitdiffstats
path: root/packet-l2tp.c
Commit message (Expand)AuthorAgeFilesLines
* Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris2001-03-301-5/+5
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-251-4/+3
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-2/+3
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-1/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris2000-11-191-16/+19
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-2/+2
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-2/+2
* Changed long registration name for L2TP to spelled-out name, withoutGilbert Ramirez2000-06-081-2/+3
* Fix L2TP so that dissect_ppp() is called.Gilbert Ramirez2000-06-071-368/+496
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-2/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-62/+62
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-3/+11
* Spelling fix from Florian LohoffGilbert Ramirez2000-04-051-2/+2
* Florian Lohoff's fixes to L2TP result and error code dissection.Guy Harris2000-03-221-9/+15
* Fix some errors discovered by making GCC do format string/argumentGuy Harris2000-03-141-2/+2
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-60/+60
* Updates to the L2TP parser, from Laurent Cazalet and Thomas Parvais.Guy Harris2000-01-101-37/+110
* Indicate the RFC that specifies L2TP.Guy Harris2000-01-071-29/+28
* Add John Thomas' L2TP dissector.Guy Harris2000-01-071-0/+619