aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-4/+4
* Get rid of a now-unused variable.Guy Harris2000-11-191-2/+1
* Have the Etherenet and PPP dissectors register themselves, and haveGuy Harris2000-11-191-14/+11
* Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIGuy Harris2000-11-181-99/+96
* Tvbuffify the STP dissector, have it register itself and have the LLCGuy Harris2000-11-161-2/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+5
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-2/+2
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-6/+6
* Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez2000-05-251-102/+120
* Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris2000-05-191-1/+2
* Add tvbuff class.Gilbert Ramirez2000-05-111-68/+68
* Greg Kilfoyle <gregk@redback.com>'s change for detection of compressedGilbert Ramirez2000-04-191-7/+18
* Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris2000-04-161-41/+16
* Change dissect_ppp() to accept offset.Gilbert Ramirez2000-03-271-6/+6
* Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez2000-03-121-3/+3
* Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez2000-02-151-1/+5
* Fix a bug in the extraction of the sequence number.Gilbert Ramirez2000-01-291-5/+4
* Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris2000-01-241-2/+2
* In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris2000-01-231-5/+5
* Joerg Mayer's updates to the VINES dissector and to protocol layersGuy Harris2000-01-201-1/+4
* Add IPX to packet stats during capture.Gilbert Ramirez1999-11-301-1/+4
* Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1999-11-161-47/+94
* New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1999-10-121-4/+7
* Added filter items for PPP Multilink's fragemnt flags and session number.Gerald Combs1999-09-111-7/+26
* Added support for PPP Multilink Protocol (MP). Modified dissect_ppp_stuffGerald Combs1999-09-111-5/+98
* PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1999-08-281-162/+581
* Add in the Async Map option.Guy Harris1999-08-251-61/+151
* Put in support for dissecting LCP and IPCP options.Guy Harris1999-08-251-115/+281
* The bulk of the PPP dissection is common between "dissect_ppp()" andGuy Harris1999-08-251-63/+50
* In the summary display for PPP frames, make the protocol PPP (which willGuy Harris1999-08-241-9/+9
* Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1999-07-291-3/+17
* Created a new protocol tree implementation and a new display filterGilbert Ramirez1999-07-071-23/+19