aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
Commit message (Expand)AuthorAgeFilesLines
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-3767/+0
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* Use the "crc16.c" CRC-16 routine in the PPP dissector.Guy Harris2004-06-261-48/+6
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-5/+5
* From Carlos Pignataro: PPP OSI Network Layer Control Protocol [RFC1377]Gerald Combs2004-04-291-1/+84
* Export "protocol_t" as an opaque type.Guy Harris2003-11-161-21/+11
* Make the CRC-32 routines take a tvbuff and a length as arguments.Guy Harris2003-08-261-2/+2
* From Jesper Peterson:Guy Harris2003-08-261-207/+143
* Add a routine "dissect_ipv6_options()" that works likeGuy Harris2003-07-111-1/+2
* "tvb_format_text()" should be able to handle a length argument of 0.Guy Harris2003-06-131-4/+2
* Add new routines:Guy Harris2003-06-121-20/+46
* More tvb_get_nstringz0() fixes. Timo Sirainen pointed out that BadGerald Combs2003-05-191-6/+10
* Don't export "osinl_subdissector_table" or "ppp_subdissector_table" -Guy Harris2003-04-291-5/+2
* Fix several buffer and integer overflow issues discovered by Timo Sirainen.Gerald Combs2003-04-281-3/+8
* From Thierry Pelle: updates (use the correct RFC 2472 term - "interfaceGuy Harris2003-02-071-11/+11
* Panic if a preference starts with the name of the module to which itGuy Harris2003-01-281-15/+15
* Move into "call_dissector_work()" the stuff to handle dissecting, inGuy Harris2003-01-201-50/+6
* If we have packet direction information, display it.Guy Harris2003-01-061-5/+25
* I must've been on drugs when I checked in revision 1.56; put in theGuy Harris2003-01-031-1/+2
* From Andreas Trauer: dissect the L2TP AVPs Initial Received LCP CONFREQ,Guy Harris2002-12-111-1/+9
* Before dissecting the payload of a Protocol-Reject LCP packet, save theGuy Harris2002-11-281-1/+12
* From Pasi Eronen: dissect the packet inside an LCP Protocol Reject message.Guy Harris2002-11-281-9/+65
* Instead of tweaking a "Protocol configuration options" extension headerGuy Harris2002-11-111-7/+13
* Register (and initialize) ett_mplscp_options and ett_cdpcp_options. FixGerald Combs2002-11-041-5/+7
* From Thierry Pelle: IPv6CP support.Guy Harris2002-10-141-1/+93
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-135/+135
* From ENDOH Akira:Gerald Combs2002-08-181-4/+172
* From Hidetaka Ogawa: fix PPP FCS computation to include address andGuy Harris2002-08-041-5/+5
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-6/+2
* Fix a typo.Guy Harris2002-05-221-2/+2
* Don't include the FCS in the tvbuff handed to "dissect_ppp_common()", soGuy Harris2002-05-201-43/+139
* From Joerg Mayer: get rid of extra arguments to capture routines.Guy Harris2002-04-241-3/+3
* From Joerg Mayer:Guy Harris2002-04-141-5/+6
* Get rid of ett_ values for options with no subtrees.Guy Harris2002-04-011-89/+144
* Mark unused variables with _U_ if they can't be eliminated.Guy Harris2002-03-311-49/+53
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris2002-01-201-6/+5
* Support for BSD Compress, MVRCA, and Deflate compression options inGuy Harris2002-01-111-6/+104
* PPP multiplexing support, from Jayaram V.R.Guy Harris2002-01-031-1/+243
* Make the address and control fields in the PPP/HDLC header, and theGuy Harris2001-12-201-52/+61
* Van Jacobson decompression support for PPP, from Irfan Khan.Guy Harris2001-12-191-3/+9
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-89/+89
* Attach a descriptive name field type and base to dissector tables; thatGuy Harris2001-12-081-2/+3
* BACP and BAP support in PPP dissector, from Motonori Shindo.Guy Harris2001-12-081-5/+561
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-20/+49
* Moved from using dissect_data to using call_dissector()Ed Warnicke2001-11-251-2/+4
* Get rid of some unused variables.Guy Harris2001-11-211-3/+1
* Make the capture routines take an additional argument giving the amountGuy Harris2001-11-201-6/+14
* CBCP support in PPP, from Motonori Shindo.Guy Harris2001-11-041-1/+154
* Small fix to previous patch, from Motonori Shindo.Guy Harris2001-10-301-5/+5