checkAPIs.pl: support for new-style dissectors in check_hf_entries
[metze/wireshark/wip.git] / epan / dissectors / packet-acn.c
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-05-31 Alexis La Goutteacn: fix conflict for hf field
2017-05-12 Nickpacket-acn.c: Various cleanup
2017-04-02 NickACN with blobs and magic bullet
2016-10-13 Michael MannConvert most UDP dissectors to use "auto" preferences.
2016-03-28 Joerg MayerFix some warnings/errors of type
2016-01-12 Guy HarrisFix type of acn.dmx.data.
2016-01-08 moshekaplanFix a lot of typos and misspellings
2015-12-09 Michael Mannnew_create_dissector_handle -> create_dissector_handle...
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-01-20 Bill Meieracn: col_...() shouldn't be called under 'if (tree)'
2015-01-08 Michael Mannguid_to_ep_str -> guid_to_str
2015-01-07 Michael MannUse tvb_address_to_str as an optimization
2014-12-22 Martin MathiesonFirst batch of unincludes. Last attempt...
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-09-11 Michael MannEliminate proto_tree_add_text from some dissectors.
2014-09-08 Evan HuusConvert some deprecated tvb_length calls
2014-06-22 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-20 Guy HarrisRename dissector_add_handle() to dissector_add_for_deco...
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-04-06 Michael MannConvert ep_address_to_str -> address_to_str(wmem_packet...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-12-21 Jakub ZawadzkiAdd missing includes
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-11-21 Bill MeierConstify a character array;
2013-03-12 Anders Broman- [-Wmissing-prototypes]
2013-02-26 Bill Meierit's ==> its & its ==> it's as needed.
2013-02-16 Jaap KeuterFrom Alyssa Milburn:
2013-01-31 Bill MeierComment out unused hf[] entries & etc.
2012-12-26 Guy HarrisOK, *this* isn't a possibly-infinite loop.
2012-12-26 Guy HarrisWiden some loop variables, in the hopes that it'll...
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-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-19 Bill MeierFix some "warning: Value stored to '...' is never read...
2012-05-16 Bill Meierall:
2012-03-02 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-10 Bill Meier Convert 'encoding' parameter of certain proto_tree_add...
2011-09-19 Guy HarrisUse ENC_NA and ENC_BIG_ENDIAN rather than FALSE in...
2011-08-08 Bill MeierDissectors don't need to #include <gmodule.h>
2011-05-26 Anders BromanFrom Michael Mann.
2011-04-27 Bill MeierFrom Yaniv Kaul: some 'set but not used' compilation...
2011-04-17 Stig BjørlykkeRemoved an unneeded assignment, they are both always 0.
2010-05-10 Bill MeierIndentation & whitespace cleanup (including: "4 space...
2010-05-06 Jaap KeuterFollow up for revision 32670.
2010-05-05 Anders BromanFrom Jim Schaettle:
2010-04-06 Bill Meier#include <string.h> not needed.
2010-03-03 Anders Bromanremove check_col
2010-01-03 Stig BjørlykkeFixed abbrev for PDU Length.
2009-09-30 Bill MeierRework is_acn to use tvb_memeql insted of doing a tvb_g...
2009-09-06 Kovarththanan Raja... Rename address_to_str() to ep_address_to_str() because:
2009-08-09 Kovarththanan Raja... Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-06-18 Stig BjørlykkeFrom Kovarththanan Rajaratnam via bug 3548:
2009-03-18 Guy HarrisUse g_strreverse() to reverse strings.
2008-11-23 Stig BjørlykkeFrom Bill Florac (bug 3048):
2008-10-31 Stig BjørlykkeFix some "format not a string literal and no format...
2008-10-31 Guy HarrisThou shalt not "print" a string with a printf-like...
2008-09-26 Bill MeierMinor cleanup related to proto_register & proto_reg_handoff
2008-08-26 Bill Meier#include <emem.h> not req'd
2008-08-25 Bill MeierRemove unnecessary prefs callback; simplify reg_handoff...
2008-08-14 Bill MeierFix a few typos & spelling errors
2008-03-15 Jeff MorrissFrom bugs.wireshark.org/bugzilla/show_bug.cgi?id=1539 :
2008-01-22 Jaap KeuterFrom Bill Florac:
2007-09-12 Jaap KeuterFrom Bill Florac:
2007-03-30 Sebastien Tandelremove some g_malloc/g_free
2006-12-11 Jaap KeuterRemoved executable property.
2006-11-21 Anders BromanFrom Bill Florac:
2006-11-07 Guy HarrisBitfields are bad - the C language spec does *NOT*...
2006-11-06 Ronnie Sahlbergnew acn dissector from Bill Florac