aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
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
2001-08-05Patch from Motonori Shindo to add support for decoding additional data,guy1-3/+55
2001-08-05Patch from Motonori Shindo, addingguy1-1/+5
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-4/+4
2001-06-16Set the Protocol column in dissectors for PPP-specific subprotocols.guy1-1/+9
2001-06-15PAP support, from Laurent Rabret.guy1-6/+151
2001-06-15Explain why we have to be ready to handle Ethernet frames withguy1-1/+23
2001-06-14LCP-over Ethernet and IPCP-over-Ethernet support, from Laurent Rabret.guy1-1/+3
2001-04-23Get rid of some unnecessary includes.guy1-3/+2
2001-04-16Assorted ISIS enhancements from Hannes Gredler.guy1-1/+3
2001-03-31In various Frame Relay and PPP routines that set the length of theguy1-3/+4
2001-03-30Call the capture routine for PPP-in-HDLC-like-framing (RFC 1662) theguy1-2/+2
2001-03-30Call the dissector for PPP-in-HDLC-like-framing (RFC 1662) theguy1-26/+19
2001-03-29Have "dissect_ppp_stuff()" set the Protocol column for unknownguy1-53/+57
2001-03-22Move appletalk- and sna-related address routines out of the dissectorsgram1-2/+2
2001-03-15Add a new Wiretap encapsulation type for Cisco HDLC. Map the NetBSDguy1-15/+22
2001-01-21Start removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls, and code to setguy1-119/+150
2001-01-14Add the PPP types for the DEC LANBridge100 Spanning Tree protocol andguy1-4/+6
2001-01-13Make GRE use a dissector table for its protocol types, and registerguy1-1/+2
2001-01-10Make the stuff to handle SNAP frames (OUI, PID, payload) a routine ofguy1-7/+10
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-5/+5
2001-01-03Add a new "prefs_register_protocol()" routine, which is likeguy1-2/+2
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-17/+18
2000-12-14PPP patches from Burke Lau to:guy1-1/+224