ieee1609dot2: fix no previous prototype for function 'proto_register_ieee1609dot2...
[metze/wireshark/wip.git] / epan / dissectors / packet-dlm3.c
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2016-10-08 Michael MannCombine Decode As and port preferences for tcp.port...
2016-07-04 Guy HarrisCheck to make sure the name length <= DLM3_RESNAME_MAXLEN.
2016-02-20 Alexis La GoutteDLM3: Remove macro for declare header field (hf)
2016-02-19 Andreas GruenbacherDLM3: Add support for the Need Slots Recovery Command...
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-06-23 Evan HuusRemove more deprecated tvb_length
2015-02-01 Bill Meierdlm3: col_...() shouldn't be called under 'if (tree)'
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-09-29 Bill MeierAdd editor modelines and adjust indentation as needed.
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-07-03 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2013-03-16 Anders Broman[-Wmissing-prototypes]
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-10 Jakub ZawadzkiInitial commit to support yet another method of passing...
2012-08-10 Bill MeierUse val_to_str_const() where appropriate;
2012-03-18 Bill MeierFrom Reinhard Speyerer: Fix several misspellings/typos...
2011-10-21 Bill MeierFor proto_tree_add_item(..., proto_xxx, ...)use ENC_NA...
2011-10-16 Bill MeierDo some conversions of proto_tree_add_item() 'encoding...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-09-26 Anders BromanGet rid of check_col, while at it set ENC.
2011-05-23 Chris MaynardFrom Micheal Mann via bug 2794: Fix some display filter...
2011-05-18 Bill MeierDon't assign to an unused 'proto_item *': Fixes Coverit...
2011-01-27 Bill MeierFrom Masatake YAMATO: Updating value_string for dlm3...
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
2009-09-23 Kovarththanan Raja... Don't col_clear() followed by col_set_str(). A col_set_...
2009-09-06 Kovarththanan Raja... Don't pass ep_alloc()'ed strings to col_set_str().
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_INFO) with col_check
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-09-30 Bill MeierMinor cleanup related to proto_register, proto_reg_handoff
2008-06-27 Bill MeierFix some warnings reported by gcc -Wshadow ...
2008-03-15 Jeff MorrissFrom bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :
2007-12-10 Stig Bjørlykkeuint16_t -> guint16
2007-12-10 Jaap KeuterFrom Masatake YAMATO: