aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PPP CCP support, from Motonori Shindo.Guy Harris2001-10-291-2/+300
* Committing Montonori Shindo's patched to ppp for chap support.Richard Sharpe2001-09-301-1/+150
* Patch from Motonori Shindo to add support for decoding additional data,Guy Harris2001-08-051-3/+55
* Patch from Motonori Shindo, addingGuy Harris2001-08-051-1/+5
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-4/+4
* Set the Protocol column in dissectors for PPP-specific subprotocols.Guy Harris2001-06-161-1/+9
* PAP support, from Laurent Rabret.Guy Harris2001-06-151-6/+151
* Explain why we have to be ready to handle Ethernet frames withGuy Harris2001-06-151-1/+23
* LCP-over Ethernet and IPCP-over-Ethernet support, from Laurent Rabret.Guy Harris2001-06-141-1/+3
* Get rid of some unnecessary includes.Guy Harris2001-04-231-3/+2
* Assorted ISIS enhancements from Hannes Gredler.Guy Harris2001-04-161-1/+3
* In various Frame Relay and PPP routines that set the length of theGuy Harris2001-03-311-3/+4
* Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris2001-03-301-2/+2
* Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris2001-03-301-26/+19
* Have "dissect_ppp_stuff()" set the Protocol column for unknownGuy Harris2001-03-291-53/+57
* Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez2001-03-221-2/+2
* Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris2001-03-151-15/+22
* Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris2001-01-211-119/+150
* Add the PPP types for the DEC LANBridge100 Spanning Tree protocol andGuy Harris2001-01-141-4/+6
* Make GRE use a dissector table for its protocol types, and registerGuy Harris2001-01-131-1/+2
* Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris2001-01-101-7/+10
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-5/+5
* Add a new "prefs_register_protocol()" routine, which is likeGuy Harris2001-01-031-2/+2
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-17/+18
* PPP patches from Burke Lau to:Guy Harris2000-12-141-1/+224
* Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris2000-12-041-30/+46
* "dissect_ppp()" isn't called directly from outside of "packet-ppp.c", soGuy Harris2000-12-031-2/+2
* Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez2000-11-291-1/+8