aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofGuy Harris1-6/+6
2000-05-25Convert dissect_ppp() and friends to use tvbuffs.Gilbert Ramirez1-102/+120
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",Guy Harris1-1/+2
2000-05-11Add tvbuff class.Gilbert Ramirez1-68/+68
2000-04-19Greg Kilfoyle <gregk@redback.com>'s change for detection of compressedGilbert Ramirez1-7/+18
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsGuy Harris1-41/+16
2000-03-27Change dissect_ppp() to accept offset.Gilbert Ramirez1-6/+6
2000-03-12Break proto_tree_add_item_format() into multiple functions:Gilbert Ramirez1-3/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.Gilbert Ramirez1-1/+5
2000-01-29Fix a bug in the extraction of the sequence number.Gilbert Ramirez1-5/+4
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanGuy Harris1-2/+2
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofGuy Harris1-5/+5
2000-01-20Joerg Mayer's updates to the VINES dissector and to protocol layersGuy Harris1-1/+4
1999-11-30Add IPX to packet stats during capture.Gilbert Ramirez1-1/+4
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withGuy Harris1-47/+94
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containGilbert Ramirez1-4/+7