aboutsummaryrefslogtreecommitdiffstats
path: root/packet-l2tp.c
AgeCommit message (Expand)AuthorFilesLines
2004-02-28Update URLs for various IANA documents.Guy Harris1-2/+2
2003-12-26Check that the length of an AVP is >= 6, not just that it's non-zero.Guy Harris1-3/+3
2003-01-14Set the length of the L2TP tvbuff based on the length in the L2TPGuy Harris1-13/+21
2002-12-11From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris1-30/+32
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-27/+27
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-07-10From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.Guy Harris1-1/+3
2002-05-30From KevinM, fixes for the L2TP protocol. Incorrect display filter names.Ronnie Sahlberg1-13/+13
2002-03-09Fix some "proto_tree_add_uint()" and "proto_tree_add_uint_hidden()"Guy Harris1-3/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-9/+9
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-3/+5
2001-10-29From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris1-12/+8
2001-10-19L2TP Dissconnect Cause Information AVP support, from Motonori Shindo.Guy Harris1-1/+44
2001-10-15Fixes to take the Vendor-Specific attribute into consideration whenGuy Harris1-5/+62
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-18/+18
2001-06-10Clean up the handling of AVPs.Guy Harris1-258/+398
2001-03-30Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris1-5/+5
2001-01-25Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris1-4/+3
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-2/+3
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez1-1/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-2/+2
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-2/+2
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris1-16/+19
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+3
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-2/+2
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-2/+2
2000-06-08Changed long registration name for L2TP to spelled-out name, withoutGilbert Ramirez1-2/+3
2000-06-07Fix L2TP so that dissect_ppp() is called.Gilbert Ramirez1-368/+496
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-2/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-62/+62
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris1-3/+11
2000-04-05Spelling fix from Florian LohoffGilbert Ramirez1-2/+2
2000-03-22Florian Lohoff's fixes to L2TP result and error code dissection.Guy Harris1-9/+15
2000-03-14Fix some errors discovered by making GCC do format string/argumentGuy Harris1-2/+2
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-60/+60
2000-01-10Updates to the L2TP parser, from Laurent Cazalet and Thomas Parvais.Guy Harris1-37/+110
2000-01-07Indicate the RFC that specifies L2TP.Guy Harris1-29/+28
2000-01-07Add John Thomas' L2TP dissector.Guy Harris1-0/+619