aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
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
1999-09-11Added filter items for PPP Multilink's fragemnt flags and session number.Gerald Combs1-7/+26
1999-09-11Added support for PPP Multilink Protocol (MP). Modified dissect_ppp_stuffGerald Combs1-5/+98
1999-08-28PPP options in LCP, IPCP, etc. are like IP and TCP options - one octetGuy Harris1-162/+581
1999-08-25Add in the Async Map option.Guy Harris1-61/+151
1999-08-25Put in support for dissecting LCP and IPCP options.Guy Harris1-115/+281
1999-08-25The bulk of the PPP dissection is common between "dissect_ppp()" andGuy Harris1-63/+50
1999-08-24In the summary display for PPP frames, make the protocol PPP (which willGuy Harris1-9/+9
1999-07-29Made the protocol (but not the fields) use the new proto_tree routine,Gilbert Ramirez1-3/+17
1999-07-07Created a new protocol tree implementation and a new display filterGilbert Ramirez1-23/+19
1999-06-11Added PPPoE, PPTP, GRE, and ISAKMP dissectors.Gilbert Ramirez1-9/+245
1999-03-23Removed all references to gtk objects from packet*.[ch] files. They nowGilbert Ramirez1-14/+21
1999-02-09When doing a capture, decode enough of the incoming packets to correctlyGuy Harris1-1/+13
1998-11-17* Added column formatting functionality.Gerald Combs1-8/+11
1998-11-12A lengthy patch to add the wiretap library. Wiretap is not used by defaultGilbert Ramirez1-2/+1
1998-11-05Add in a bunch of #defines for packet types.Guy Harris1-5/+48