aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-29From Carlos Pignataro: PPP OSI Network Layer Control Protocol [RFC1377]Gerald Combs1-1/+84
2003-11-16Export "protocol_t" as an opaque type.Guy Harris1-21/+11
2003-08-26Make the CRC-32 routines take a tvbuff and a length as arguments.Guy Harris1-2/+2
2003-08-26From Jesper Peterson:Guy Harris1-207/+143
2003-07-11Add a routine "dissect_ipv6_options()" that works likeGuy Harris1-1/+2
2003-06-13"tvb_format_text()" should be able to handle a length argument of 0.Guy Harris1-4/+2
2003-06-12Add new routines:Guy Harris1-20/+46
2003-05-19More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs1-6/+10
2003-04-29Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -Guy Harris1-5/+2
2003-04-28Fix several buffer and integer overflow issues discovered by Timo Sirainen.Gerald Combs1-3/+8
2003-02-07From Thierry Pelle: updates (use the correct RFC 2472 term - "interfaceGuy Harris1-11/+11
2003-01-28Panic if a preference starts with the name of the module to which itGuy Harris1-15/+15
2003-01-20Move into "call_dissector_work()" the stuff to handle dissecting, inGuy Harris1-50/+6
2003-01-06If we have packet direction information, display it.Guy Harris1-5/+25
2003-01-03I must've been on drugs when I checked in revision 1.56; put in theGuy Harris1-1/+2
2002-12-11From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris1-1/+9
2002-11-28Before dissecting the payload of a Protocol-Reject LCP packet, save theGuy Harris1-1/+12
2002-11-28From Pasi Eronen: dissect the packet inside an LCP Protocol Reject message.Guy Harris1-9/+65
2002-11-11Instead of tweaking a "Protocol configuration options" extension headerGuy Harris1-7/+13
2002-11-04Register (and initialize) ett_mplscp_options and ett_cdpcp_options. FixGerald Combs1-5/+7
2002-10-14From Thierry Pelle: IPv6CP support.Guy Harris1-1/+93
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-135/+135
2002-08-18From ENDOH Akira:Gerald Combs1-4/+172
2002-08-04From Hidetaka Ogawa: fix PPP FCS computation to include address andGuy Harris1-5/+5
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-6/+2
2002-05-22Fix a typo.Guy Harris1-2/+2
2002-05-20Don't include the FCS in the tvbuff handed to "dissect_ppp_common()", soGuy Harris1-43/+139
2002-04-24From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris1-3/+3
2002-04-14From Joerg Mayer:Guy Harris1-5/+6
2002-04-01Get rid of ett_ values for options with no subtrees.Guy Harris1-89/+144
2002-03-31Mark unused variables with _U_ if they can't be eliminated.Guy Harris1-49/+53
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-6/+5
2002-01-11Support for BSD Compress, MVRCA, and Deflate compression options inGuy Harris1-6/+104
2002-01-03PPP multiplexing support, from Jayaram V.R.Guy Harris1-1/+243
2001-12-20Make the address and control fields in the PPP/HDLC header, and theGuy Harris1-52/+61
2001-12-19Van Jacobson decompression support for PPP, from Irfan Khan.Guy Harris1-3/+9
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-89/+89
2001-12-08Attach a descriptive name field type and base to dissector tables; thatGuy Harris1-2/+3
2001-12-08BACP and BAP support in PPP dissector, from Motonori Shindo.Guy Harris1-5/+561
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-20/+49
2001-11-25Moved from using dissect_data to using call_dissector()Ed Warnicke1-2/+4
2001-11-21Get rid of some unused variables.Guy Harris1-3/+1
2001-11-20Make the capture routines take an additional argument giving the amountGuy Harris1-6/+14
2001-11-04CBCP support in PPP, from Motonori Shindo.Guy Harris1-1/+154
2001-10-30Small fix to previous patch, from Motonori Shindo.Guy Harris1-5/+5
2001-10-29PPP CCP support, from Motonori Shindo.Guy Harris1-2/+300
2001-09-30Committing Montonori Shindo's patched to ppp for chap support.Richard Sharpe1-1/+150
2001-08-05Patch from Motonori Shindo to add support for decoding additional data,Guy Harris1-3/+55
2001-08-05Patch from Motonori Shindo, addingGuy Harris1-1/+5