checkAPIs.pl: support for new-style dissectors in check_hf_entries
[metze/wireshark/wip.git] / epan / dissectors / packet-dect.c
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
2015-11-25 Michael Manncreate_dissector_handle -> new_create_dissector_handle
2015-04-16 AndersBromanRemove deprecated tvb_lengt APIs
2015-04-13 Michael MannAdd more "bitmask grouping" APIs.
2015-01-07 Michael Manntvb_bytes_to_ep_str -> tvb_bytes_to_str
2014-12-22 Martin MathiesonFirst batch of unincludes. Last attempt...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-11-17 Pascal QuantinDECT: ensure that bfield_data buffer is always fully...
2014-09-30 Bill MeierAdd editor modelines; Adjust whitespace; Remove boilerp...
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-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-10-29 Bill MeierFrom didier gautheron: remove redundant or use faster...
2013-10-23 Bill Meier#if 0 numerous "unused const variables" (mostly value...
2013-09-14 Pascal QuantinConvert some dissectors to wmem (leaving uat-like memor...
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-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-04-28 Chris MaynardInitialize the bits[] array to zero.
2012-04-09 Jakub ZawadzkiAdd missing const attribute to some char *
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-06 Bill MeierConvert 'encoding' parameter of certain proto_tree_add_...
2011-10-04 Bill MeierUse ENC_NA as encoding for proto_tree_add_item() calls...
2011-06-20 Bill MeierFix some gcc 4.6 "set but not used [-Wunused-but-set...
2011-05-23 Chris MaynardFrom Romain Fliedel via bug 5947: Fix the mask for...
2011-05-23 Bill MeierUse correct subtree in a few cases: Fixes Coverity...
2011-02-01 Jaap KeuterFurther restructure the DECT dissector:
2010-12-20 Guy HarrisRename the routines that handle dissector tables with...
2010-07-07 Gerald CombsFix a buffer overflow found by recent randpkt testing...
2010-06-11 Jörg MayerAndreas Schuler <andreas (A) schulerdev.de>
2010-02-18 Anders BromanCleanup of DECT dissector INFO column.
2010-01-13 Anders BromanFrom Didier Gautheron:
2009-08-17 Kovarththanan Raja... setbit() is (AFAIK) defined in <sys/param.h> (OpenBSD...
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/COL_PROTOCOL) with...
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-22 Jörg MayerFix warning: always evaluates to true/false
2009-04-09 Anders BromanFix a typo.
2009-04-09 Jörg MayerStarting cleanup in earnest
2009-03-30 Jörg MayerAndreas Schuler:
2009-03-28 Guy HarrisDon't use sprintf() - use ep_strbufs and ep_strbuf_appe...
2009-03-24 Jörg MayerAndreas Schuler
2009-03-24 Jörg MayerAndreas Schuler
2009-02-11 Jörg MayerWhitespace changes, missed a comment in German
2009-02-05 Bill MeierReplace remaining usage of sprintf ...
2009-02-05 Jörg MayerDon't convert a const to a non-const
2009-02-05 Bill MeierKeep the compiler happy: revert one change....
2009-02-05 Bill MeierDefine most everything as static (fcns & global variables);
2009-02-05 Bill Meier#include <epan/prefs> not req'd; minor spacing changes;
2009-02-04 Jörg MayerMore whitespace changes
2009-02-04 Jörg MayerSmall whitespace changes
2009-02-04 Bill MeierOne very minor reg_handoff change [static ... not req'd]
2009-02-03 Jörg MayerFix some errors I either missed or introduced:
2009-02-03 Jörg MayerAndreas Schuler <krater (A) badterrorist.com>