aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-12-04Add a "col_clear()" routine, to clear a column; it appears (and itguy1-30/+46
2000-12-03"dissect_ppp()" isn't called directly from outside of "packet-ppp.c", soguy1-2/+2
2000-11-29Wrap the dissect_fddi() call (with a 4th argument) withgram1-1/+8
2000-11-19For each column, have both a buffer into which strings for that columnguy1-4/+4
2000-11-19Get rid of a now-unused variable.guy1-2/+1
2000-11-19Have the Etherenet and PPP dissectors register themselves, and haveguy1-14/+11
2000-11-18Tvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP, OSI CLTP, and OSIguy1-99/+96
2000-11-16Tvbuffify the STP dissector, have it register itself and have the LLCguy1-2/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+5
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-3/+3
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to usegram1-2/+2
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-6/+6
2000-05-25Convert dissect_ppp() and friends to use tvbuffs.gram1-102/+120
2000-05-19Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",guy1-1/+2
2000-05-11Add tvbuff class.gram1-68/+68
2000-04-19Greg Kilfoyle <gregk@redback.com>'s change for detection of compressedgram1-7/+18
2000-04-16Register a "ppp.protocol" dissector table for PPP, and have dissectorsguy1-41/+16
2000-03-27Change dissect_ppp() to accept offset.gram1-6/+6
2000-03-12Break proto_tree_add_item_format() into multiple functions:gram1-3/+3
2000-02-15Create a header file for every packet-*.c file. Prune the packet.h file.gram1-1/+5
2000-01-29Fix a bug in the extraction of the sequence number.gram1-5/+4
2000-01-24Fix a bunch of dissectors to use "pi.captured_len" rather thanguy1-2/+2
2000-01-23In "dissect_eth()", update "pi.len" and "pi.captured_len" regardless ofguy1-5/+5
2000-01-20Joerg Mayer's updates to the VINES dissector and to protocol layersguy1-1/+4
1999-11-30Add IPX to packet stats during capture.gram1-1/+4
1999-11-16Replace the ETT_ "enum" members, declared in "packet.h", withguy1-47/+94
1999-10-12New proto_tree header_field_info stuff. Header_field_infos now containgram1-4/+7