Eliminate the packet_info pointer argument from routines that don't use
[metze/wireshark/wip.git] / packet-ppp.c
2003-02-07 Guy HarrisFrom Thierry Pelle: updates (use the correct RFC 2472...
2003-01-28 Guy HarrisPanic if a preference starts with the name of the modul...
2003-01-20 Guy HarrisMove into "call_dissector_work()" the stuff to handle...
2003-01-06 Guy HarrisIf we have packet direction information, display it.
2003-01-03 Guy HarrisI must've been on drugs when I checked in revision...
2002-12-11 Guy HarrisFrom Andreas Trauer: dissect the L2TP AVPs Initial...
2002-11-28 Guy HarrisBefore dissecting the payload of a Protocol-Reject...
2002-11-28 Guy HarrisFrom Pasi Eronen: dissect the packet inside an LCP...
2002-11-11 Guy HarrisInstead of tweaking a "Protocol configuration options...
2002-11-04 Gerald CombsRegister (and initialize) ett_mplscp_options and ett_cd...
2002-10-14 Guy HarrisFrom Thierry Pelle: IPv6CP support.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-18 Gerald CombsFrom ENDOH Akira:
2002-08-04 Guy HarrisFrom Hidetaka Ogawa: fix PPP FCS computation to include...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-22 Guy HarrisFix a typo.
2002-05-20 Guy HarrisDon't include the FCS in the tvbuff handed to "dissect_...
2002-04-24 Guy HarrisFrom Joerg Mayer: get rid of extra arguments to capture...
2002-04-14 Guy HarrisFrom Joerg Mayer:
2002-04-01 Guy HarrisGet rid of ett_ values for options with no subtrees.
2002-03-31 Guy HarrisMark unused variables with _U_ if they can't be eliminated.
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2002-01-20 Guy HarrisAllow a length of -1 to be specified when adding FT_NON...
2002-01-11 Guy HarrisSupport for BSD Compress, MVRCA, and Deflate compressio...
2002-01-03 Guy HarrisPPP multiplexing support, from Jayaram V.R.
2001-12-20 Guy HarrisMake the address and control fields in the PPP/HDLC...
2001-12-19 Guy HarrisVan Jacobson decompression support for PPP, from Irfan...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-08 Guy HarrisAttach a descriptive name field type and base to dissec...
2001-12-08 Guy HarrisBACP and BAP support in PPP dissector, from Motonori...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-11-25 Ed WarnickeMoved from using dissect_data to using call_dissector()
2001-11-21 Guy HarrisGet rid of some unused variables.
2001-11-20 Guy HarrisMake the capture routines take an additional argument...
2001-11-04 Guy HarrisCBCP support in PPP, from Motonori Shindo.
2001-10-30 Guy HarrisSmall fix to previous patch, from Motonori Shindo.
2001-10-29 Guy HarrisPPP CCP support, from Motonori Shindo.
2001-09-30 Richard SharpeCommitting Montonori Shindo's patched to ppp for chap...
2001-08-05 Guy HarrisPatch from Motonori Shindo to add support for decoding...
2001-08-05 Guy HarrisPatch from Motonori Shindo, adding
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-06-16 Guy HarrisSet the Protocol column in dissectors for PPP-specific...
2001-06-15 Guy HarrisPAP support, from Laurent Rabret.
2001-06-15 Guy HarrisExplain why we have to be ready to handle Ethernet...
2001-06-14 Guy HarrisLCP-over Ethernet and IPCP-over-Ethernet support, from...
2001-04-23 Guy HarrisGet rid of some unnecessary includes.
2001-04-16 Guy HarrisAssorted ISIS enhancements from Hannes Gredler.
2001-03-31 Guy HarrisIn various Frame Relay and PPP routines that set the...
2001-03-30 Guy HarrisCall the capture routine for PPP-in-HDLC-like-framing...
2001-03-30 Guy HarrisCall the dissector for PPP-in-HDLC-like-framing (RFC...
2001-03-29 Guy HarrisHave "dissect_ppp_stuff()" set the Protocol column...
2001-03-22 Gilbert RamirezMove appletalk- and sna-related address routines out...
2001-03-15 Guy HarrisAdd a new Wiretap encapsulation type for Cisco HDLC...
2001-01-21 Guy HarrisStart removing "{OLD_}CHECK_DISPLAY_AS_DATA()" calls...
2001-01-14 Guy HarrisAdd the PPP types for the DEC LANBridge100 Spanning...
2001-01-13 Guy HarrisMake GRE use a dissector table for its protocol types...
2001-01-10 Guy HarrisMake the stuff to handle SNAP frames (OUI, PID, payload...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Guy HarrisAdd a new "prefs_register_protocol()" routine, which...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-12-14 Guy HarrisPPP patches from Burke Lau to:
2000-12-04 Guy HarrisAdd a "col_clear()" routine, to clear a column; it...
2000-12-03 Guy Harris"dissect_ppp()" isn't called directly from outside...
2000-11-29 Gilbert RamirezWrap the dissect_fddi() call (with a 4th argument)...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-11-19 Guy HarrisGet rid of a now-unused variable.
2000-11-19 Guy HarrisHave the Etherenet and PPP dissectors register themselv...
2000-11-18 Guy HarrisTvbuffify the IP, ICMP, TCP, UDP, OSI CLNP, OSI COTP...
2000-11-16 Guy HarrisTvbuffify the STP dissector, have it register itself...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-06-15 Gilbert RamirezConvert IPX-and-friend dissectors in packet-ipx.c to use
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-25 Gilbert RamirezConvert dissect_ppp() and friends to use tvbuffs.
2000-05-19 Guy HarrisMake "packet-clip.c", "packet-raw.c", "packet-ppp.c...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-19 Gilbert RamirezGreg Kilfoyle <gregk@redback.com>'s change for detectio...
2000-04-16 Guy HarrisRegister a "ppp.protocol" dissector table for PPP,...
2000-03-27 Gilbert RamirezChange dissect_ppp() to accept offset.
2000-03-12 Gilbert RamirezBreak proto_tree_add_item_format() into multiple functions:
2000-02-15 Gilbert RamirezCreate a header file for every packet-*.c file. Prune...
2000-01-29 Gilbert RamirezFix a bug in the extraction of the sequence number.
2000-01-24 Guy HarrisFix a bunch of dissectors to use "pi.captured_len"...
2000-01-23 Guy HarrisIn "dissect_eth()", update "pi.len" and "pi.captured_le...
2000-01-20 Guy HarrisJoerg Mayer's updates to the VINES dissector and to...
1999-11-30 Gilbert RamirezAdd IPX to packet stats during capture.
1999-11-16 Guy HarrisReplace the ETT_ "enum" members, declared in "packet...
1999-10-12 Gilbert RamirezNew proto_tree header_field_info stuff. Header_field_in...
1999-09-11 Gerald CombsAdded filter items for PPP Multilink's fragemnt flags...
1999-09-11 Gerald CombsAdded support for PPP Multilink Protocol (MP). Modifie...
1999-08-28 Guy HarrisPPP options in LCP, IPCP, etc. are like IP and TCP...
1999-08-25 Guy HarrisAdd in the Async Map option.
1999-08-25 Guy HarrisPut in support for dissecting LCP and IPCP options.
1999-08-25 Guy HarrisThe bulk of the PPP dissection is common between "disse...
1999-08-24 Guy HarrisIn the summary display for PPP frames, make the protoco...
1999-07-29 Gilbert RamirezMade the protocol (but not the fields) use the new...
1999-07-07 Gilbert RamirezCreated a new protocol tree implementation and a new...
1999-06-11 Gilbert RamirezAdded PPPoE, PPTP, GRE, and ISAKMP dissectors.
1999-03-23 Gilbert RamirezRemoved all references to gtk objects from packet*...
1999-02-09 Guy HarrisWhen doing a capture, decode enough of the incoming...
next