PPP: remove obsolete Van Jacobson decompression preference
[metze/wireshark/wip.git] / epan / dissectors / packet-ppp.c
2016-02-19 Pascal QuantinPPP: remove obsolete Van Jacobson decompression preference
2016-01-08 moshekaplanFix a lot of typos and misspellings
2016-01-04 Pascal QuantinPPP: fix registration of CRTP (CNTCP) protocol
2015-12-21 Alexis La GouttePPP: fix no previous prototype for 'proto_reg_handoff_b...
2015-12-20 Michael MannCreate capture dissector table for LLC non-snap dissectors.
2015-12-17 Michael MannCreate capture dissector "info" structure (capture_pack...
2015-12-14 Michael MannCreate some more capture dissector tables.
2015-12-14 Guy Harris64-bit constants need to be wrapped in G_GUINT64_CONSTA...
2015-12-14 AndersBroman[PPP] Dissect BCP NCP Options data.
2015-12-14 Michael MannCreate capture dissector tables.
2015-12-14 Alexis La GouttePPP: Fix Dead Store (Dead assignement/Dead increment...
2015-12-13 Michael MannStandardize the capture dissector function signature.
2015-12-13 Michael MannCreate a way to register "capture" dissectors.
2015-12-10 Guy HarrisThe Bridging Control Protocol is really two protocols.
2015-12-09 AndersBroman[PPP] Add dissection of BCP NCP 0x8031
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-26 Michael MannAdd BMT_NO_FLAGS for proto_tree_add_bitmask_XXX_with_flags.
2015-11-25 John A. ThackerPPP: RTP IPHC Compressed Non TCP packets and D bit...
2015-11-25 Michael Manncreate_dissector_handle -> new_create_dissector_handle
2015-11-18 Michael Manncreate_dissector_handle -> new_create_dissector_handle
2015-11-14 Michael Mannregister_dissector -> new_register_dissector
2015-11-04 Michael MannDon't allow multiple registrations of a protocol in...
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-10-30 Michael MannAdd some "protocol placeholders" to remove confusion...
2015-10-22 Gerald CombsUse address functions instead of ADDRESS macros in...
2015-10-14 João ValverdeChange proto_tree_add_ipv6() to take a struct e_in6_add...
2015-07-17 Michael MannRemove all preferences related to enabling/disabling...
2015-07-12 Michael MannAdd "user presentable" and "unique string ids" to heuri...
2015-06-25 Michael MannAdd proper "Decode As" mechanism for L2TPv3 subdissecto...
2015-06-23 Evan HuusRemove more deprecated tvb_length calls
2015-03-10 Gerald CombsChange a lot of http:// URLs to https://.
2015-02-13 Bill MeierReplace tabs by spaces when editor modelines has "expan...
2015-01-11 Guy HarrisRename the FT_BYTES separator types to SEP_ from BASE_.
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2015-01-04 Michael MannCreate BASE_DOT, BASE_DASH, and BASE_SEMICOLON types...
2014-12-28 Michael MannReplace ip6_to_str and ip6_guint8_to_str with address_t...
2014-12-23 Martin MathiesonDeleting unnecessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-12 Bill MeierChange ENC_NA to ENC_BIG_ENDIAN for all fetches of...
2014-12-09 Michael MannEliminate proto_tree_add_text from packet-ppp.c.
2014-12-01 Michael MannUse proto_tree_add_bitmask for groups of proto_tree_add...
2014-11-13 Michael MannAdd dissector table for sFlow header dissection.
2014-11-09 Michael MannCreate a subdissector table for juniper payload protocols.
2014-07-05 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-05-28 Bill MeierMinor: use VALS macro (as per convention); Add editor...
2014-04-06 Michael MannApply found fix-encoding-args.pl errors in the dissecto...
2014-03-07 Bill Meier(Benign) Don't use "address-of" operator on arg of...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-12 Bill Meier(Trivial)
2013-12-12 Anders Broman- Forward declaration of register functions.
2013-11-29 Jakub ZawadzkiRename some of pint.h macros to match common style...
2013-11-09 Jakub Zawadzkiinclude <wsutil/pint.h> only when needed.
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-21 Evan HuusAdd _g_ to the names of functions that allocate glib...
2013-09-15 Pascal QuantinA few more dissectors converted to wmem
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-11 Chris MaynardRename frame relay NLPID dissector table from "fr.ietf...
2013-08-19 Pascal QuantinChange some dissectors to use pinfo memory pool instead...
2013-06-30 Michael MannAdd expert info to dissect_ip_tcp_options(). The proto...
2013-06-29 Michael MannSeparate IP option header fields for each dissector...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-05-09 Michael MannNULL terminate bit field list. Bug 8638 (https://bugs...
2013-04-02 Anders BromanDissect more 3GPP2 extensions.
2013-03-25 Guy HarrisFix RFC number.
2013-03-19 Anders BromanFrom beroset:
2013-03-18 Anders BromanUpdate a value_string
2012-12-03 Bill MeierDeclare a value_string as static.
2012-11-22 Bill MeierFix potential buffer overflow crash; (Bug #7880).
2012-11-12 Martin MathiesonShow SACK information in TCP graphs. Also add a genera...
2012-09-25 Michael Mannreplaced decode_boolean_bitfield calls with itemized...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-18 Chris MaynardInitialize ett's and hf's to "-1", not "- 1".
2012-09-11 Jakub ZawadzkiAdd data parameter to call_dissector_only.
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-28 Jakub ZawadzkiYet another case of bug #7316 (r42989) and bug #7668...
2012-08-28 Jakub ZawadzkiFix bug #7668
2012-08-16 Bill Meiercol_...() and expert...() fcns should not be under...
2012-07-18 Balint ReczeyFix crash in PPP dissector
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-11 Bill MeierDon't define value_string arrays in a .h file (included...
2012-06-08 Gerald CombsFix some dead assignments.
2012-06-01 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-05-30 Chris MaynardMark pinfo as unused. Change args to proto_tree_add_te...
2012-05-30 Chris MaynardPPP CCP improvements. And yay, checkAPIs no longer...
2012-05-16 Chris MaynardLargely, whitespace and formatting changes. Added...
2012-05-15 Chris MaynardCall dissect_osinlcp_opt_type_len() to dissect the...
2012-05-15 Jeff Morrissifdef out dissect_osinlcp_opt_type_len since it's not...
2012-05-15 Chris MaynardPPP OSINLCP improvements. Note that the protocol name...
2012-05-15 Chris MaynardPPP IPCP improvements.
2012-05-11 Chris MaynardDespite the OSX-10.5-x86 buildbot insisting that they...
2012-05-11 Chris MaynardFurther LCP improvements:
2012-05-10 Chris MaynardPPP code, identifier, length and magic number are now...
2012-05-10 Chris MaynardPPP LCP improvements, mostly with LCP options. checkAP...
2012-03-06 Bill MeierUse tvb_new_subset_remaining() rather than tvb_new_subs...
next