Add proper "Decode As" mechanism for L2TPv3 subdissectors instead of preference.
[metze/wireshark/wip.git] / epan / dissectors / packet-fr.c
2015-06-25 Michael MannAdd proper "Decode As" mechanism for L2TPv3 subdissecto...
2015-04-07 Michael MannAdd proper "Decode As" mechanism for AAL2 instead of...
2014-12-23 Martin MathiesonDeleting unneccessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-11-13 Michael MannAdd dissector table for sFlow header dissection.
2014-11-09 Michael MannCreate a subdissector table for juniper payload protocols.
2014-09-29 Bill MeierAdd editor modelines; fix indentation as needed.
2014-08-08 Guy HarrisGet rid of no-longer-used variable.
2014-08-08 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-06-26 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-09-12 Chris MaynardMore dissector table name related changes (a continuati...
2013-09-11 Chris MaynardRename frame relay NLPID dissector table from "fr.ietf...
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2012-12-20 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-11-29 Jeff MorrissMake all enum_val_t's const.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-03 Bill MeierGeneral cleanup to include:
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-08-23 Kovarththanan Raja... Custom columnfication:
2009-08-16 Kovarththanan Raja... Switch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 Kovarththanan Raja... Don't guard col_clear with col_check
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_RES_DL_SRC/COL_RES_DL_DST...
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_PROTOCOL) with col_check
2009-07-07 Stig BjørlykkeChanged flags_set_truth -> tfs_set_notset
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-04-07 Bill MeierUse some default true_false_string's.
2009-03-27 Anders BromanFrom Artem Tamazov:
2008-09-30 Bill MeierMinor proto_reg_handoff cleanup: use find_dissector...
2008-06-27 Bill MeierFix some warnings reported by gcc -Wshadow ...
2008-05-15 Bill MeierFix some of the Errors/warnings detected by checkapi.
2007-09-30 Ronnie Sahlbergupdate filter fields for bug 1803
2006-11-29 Anders BromanFroim Rene Pilz:
2006-05-21 Ronnie Sahlbergchange a whole bunch of ethereal into wireshark
2005-09-17 Guy HarrisMove a pile of protocol-related headers from the top...
2005-03-21 Guy HarrisAdd a capture_fr() routine when capturing on Frame...
2004-12-01 Gerald CombsReplace GRE_FR with ETHERTYPE_RAW_FR.
2004-11-24 Guy HarrisExport two versions of the Ethereal dissector, for...
2004-09-28 Guy HarrisMove the xDLC helper routines into epan.
2004-09-27 Guy HarrisMove prefs.c and prefs.h into the epan subdirectory.
2004-07-18 Gilbert RamirezMove dissectors to epan/dissectors directory.