aboutsummaryrefslogtreecommitdiffstats
path: root/packet-l2tp.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Update URLs for various IANA documents.Guy Harris2004-02-281-2/+2
* Check that the length of an AVP is >= 6, not just that it's non-zero.Guy Harris2003-12-261-3/+3
* Set the length of the L2TP tvbuff based on the length in the L2TPGuy Harris2003-01-141-13/+21
* From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris2002-12-111-30/+32
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-27/+27
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* From Thierry Pelle: Redback vendor-specific items for RADIUS and L2TP.Guy Harris2002-07-101-1/+3
* From KevinM, fixes for the L2TP protocol. Incorrect display filter names.Ronnie Sahlberg2002-05-301-13/+13
* Fix some "proto_tree_add_uint()" and "proto_tree_add_uint_hidden()"Guy Harris2002-03-091-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-9/+9
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-3/+5
* From Ronnie Sahlberg: FT_UINT64 support, code to handle 64-bit integersGuy Harris2001-10-291-12/+8
* L2TP Dissconnect Cause Information AVP support, from Motonori Shindo.Guy Harris2001-10-191-1/+44
* Fixes to take the Vendor-Specific attribute into consideration whenGuy Harris2001-10-151-5/+62
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-18/+18
* Clean up the handling of AVPs.Guy Harris2001-06-101-258/+398
* 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