aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-4/+4
2001-06-16Set the Protocol column in dissectors for PPP-specific subprotocols.Guy Harris1-1/+9
2001-06-15PAP support, from Laurent Rabret.Guy Harris1-6/+151
2001-06-15Explain why we have to be ready to handle Ethernet frames withGuy Harris1-1/+23
2001-06-14LCP-over Ethernet and IPCP-over-Ethernet support, from Laurent Rabret.Guy Harris1-1/+3
2001-04-23Get rid of some unnecessary includes.Guy Harris1-3/+2
2001-04-16Assorted ISIS enhancements from Hannes Gredler.Guy Harris1-1/+3
2001-03-31In various Frame Relay and PPP routines that set the length of theGuy Harris1-3/+4
2001-03-30Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris1-2/+2
2001-03-30Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theGuy Harris1-26/+19
2001-03-29Have "dissect_ppp_stuff()" set the Protocol column for unknownGuy Harris1-53/+57
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsGilbert Ramirez1-2/+2
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDGuy Harris1-15/+22
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setGuy Harris1-119/+150
2001-01-14Add the PPP types for the DEC LANBridge100 Spanning Tree protocol andGuy Harris1-4/+6
2001-01-13Make GRE use a dissector table for its protocol types, and registerGuy Harris1-1/+2
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofGuy Harris1-7/+10
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris1-5/+5
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeGuy Harris1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forGuy Harris1-17/+18
2000-12-14PPP patches from Burke Lau to:Guy Harris1-1/+224
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itGuy Harris1-30/+46
2000-12-03"dissect_ppp()" isn't called directly from outside of "packet-ppp.c", soGuy Harris1-2/+2
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withGilbert Ramirez1-1/+8
2000-11-19For each column, have both a buffer into which strings for that columnGuy Harris1-4/+4
2000-11-19Get rid of a now-unused variable.Guy Harris1-2/+1
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris1-14/+11
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris1-99/+96
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-1/+5
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris1-3/+3