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