Fix [-Wmissing-prototypes]
[metze/wireshark/wip.git] / epan / dissectors / packet-erf.c
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-11-16 Jakub ZawadzkiAvoid calling find_dissector(), cache result of [new_...
2013-09-16 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-15 Pascal QuantinConvert a few more dissectors to wmem API
2013-09-15 Michael MannConvert proto_tree_add_uint_format to proto_tree_add_ui...
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-09-01 Michael MannBatch of filterable expert info.
2013-06-14 Michael MannRemove check_col() and the occasional tree.
2013-06-04 Anders BromanFrom Anthony Coddington:
2013-03-19 Anders BromanFrom beroset:
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2013-01-16 Pascal QuantinFrom Stephen Donnelly via https://bugs.wireshark.org...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-29 Jeff MorrissMake all enum_val_t's const.
2012-10-13 Guy HarrisDon't add FT_UINTn values with proto_tree_add_int(...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-10 Jeff MorrissFrom Stephen Donnelly via https://bugs.wireshark.org...
2012-08-09 Jeff MorrissFrom Stephen Donnelly: a better fix for the fuzz failur...
2012-08-07 Jeff MorrissFix fuzz failure reported in https://bugs.wireshark...
2012-07-31 Anders BromanFrom Stephen Donnelly:
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-05 Anders BromanFrom Andrew Kampjes:
2012-05-31 Gerald Combsg_snprintf → ep_strbuf. I can't find an ERF file with...
2012-03-16 Bill MeierFT_BOOLEAN hf[] entries with a 0 'bitmask' should have...
2012-03-13 Jeff MorrissFrom Stephen Donnelly via https://bugs.wireshark.org...
2012-03-05 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-03-05 Bill MeierCleanup:
2012-03-04 Bill MeierFix bugs in buffer overflow checking used with calls...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-09-30 Chris MaynardAdd a few more raw link types to be up to date with...
2011-08-30 Guy HarrisEndace ERF channelisation and "New BFS" extension heade...
2011-03-31 Chris MaynardDelete unused header fields found by running tools...
2011-03-31 Chris MaynardFrom Yair via bug 5779: Add option to leave AAL5 in...
2011-03-26 Bill MeierDon't assign to a proto_item* if the value won't be...
2011-02-23 Jeff MorrissFrom Stephen Donnelly via https://bugs.wireshark.org...
2011-02-07 Bill MeierRemove unneeded #includes (stdio.h,stdlib.h);
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-08-16 Anders BromanFrom Stephen Donnelly:
2010-04-08 Anders BromanFrom Stephen Donnelly:
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2010-02-02 Anders BromanFrom Stephen Donnelly:
2009-08-21 Kovarththanan Raja... Sanitize epan includes
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_set_str (COL_PROTOCOL) with col_check
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2008-12-18 Bill MeierFix various typos and spelling errors (mostly in text...
2008-12-02 Jörg MayerTrivial warning fixes
2008-09-30 Stig BjørlykkeAdd a cast to avoid a warning.
2008-09-30 Bill MeierMinor proto_reg_handoff cleanup: use find_dissector...
2008-09-29 Anders BromanFrom Francesco Fusco:
2008-07-14 Guy HarrisJust have a scalar handle_t for the Infiniband handle...
2008-07-14 Guy HarrisRename the ERF "erfhdlc" preference to "hdlc_type"...
2008-07-14 Guy HarrisReplace the old "erfatm" preference for the ERF dissect...
2008-07-12 Guy HarrisMake erf.ethfcs a Boolean, with "FCS present" and ...
2008-07-12 Guy HarrisRename the preference values to something that leaves...
2008-07-12 Guy HarrisERF Ethernet records always contain Ethernet packets...
2008-06-26 Guy HarrisMake the default for HDLC traffic "Raw data", just...
2008-06-26 Guy HarrisMake the preference settings for the dissector to use...
2008-05-11 Bill MeierConvert C++ style comments ...
2008-03-14 Gerald CombsFrom Stephen Donnelly via bug 2235:
2008-02-08 Stig BjørlykkeAdded missing "svn:keywords Id" and "svn:eol-style...
2008-01-10 Guy Harrispinfo->pseudo_header can and should be assumed to be...
2007-12-18 Jörg MayerBugfix: Array overflow (found by gcc43)
2007-10-08 Anders BromanFrom Florent DROUIN: