Don't try to include epan/config.h.win32 in the distribution.
[metze/wireshark/wip.git] / packet-l2tp.c
2004-02-28 Guy HarrisUpdate URLs for various IANA documents.
2003-12-26 Guy HarrisCheck that the length of an AVP is >= 6, not just that...
2003-01-14 Guy HarrisSet the length of the L2TP tvbuff based on the length...
2002-12-11 Guy HarrisFrom Andreas Trauer: dissect the L2TP AVPs Initial...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-10 Guy HarrisFrom Thierry Pelle: Redback vendor-specific items for...
2002-05-30 Ronnie SahlbergFrom KevinM, fixes for the L2TP protocol. Incorrect...
2002-03-09 Guy HarrisFix some "proto_tree_add_uint()" and "proto_tree_add_ui...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-10-29 Guy HarrisFrom Ronnie Sahlberg: FT_UINT64 support, code to handle...
2001-10-19 Guy HarrisL2TP Dissconnect Cause Information AVP support, from...
2001-10-15 Guy HarrisFixes to take the Vendor-Specific attribute into consid...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-10 Guy HarrisClean up the handling of AVPs.
2001-03-30 Guy HarrisCall the dissector for PPP-in-HDLC-like-framing (RFC...
2001-01-25 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Gilbert RamirezEnsure that all value_string arrays end in {0, NULL...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-19 Guy HarrisHave the Etherenet and PPP dissectors register themselv...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-15 Gilbert RamirezConvert IPX-and-friend dissectors in packet-ipx.c to use
2000-06-08 Gilbert RamirezChanged long registration name for L2TP to spelled...
2000-06-07 Gilbert RamirezFix L2TP so that dissect_ppp() is called.
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-04-05 Gilbert RamirezSpelling fix from Florian Lohoff
2000-03-22 Guy HarrisFlorian Lohoff's fixes to L2TP result and error code...
2000-03-14 Guy HarrisFix some errors discovered by making GCC do format...
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-01-10 Guy HarrisUpdates to the L2TP parser, from Laurent Cazalet and...
2000-01-07 Guy HarrisIndicate the RFC that specifies L2TP.
2000-01-07 Guy HarrisAdd John Thomas' L2TP dissector.