checkAPIs.pl: support for new-style dissectors in check_hf_entries
[metze/wireshark/wip.git] / epan / dissectors / packet-afp.c
2018-05-13 Guy HarrisGet rid of some GTK+-only stuff.
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-05-19 Alexis La Goutteafp: fix indent (use tab)
2017-05-17 Michael MannCreate temporary variables for some proto_tree_add_...
2017-02-02 Michael MannGHashtable -> wmem_map conversions
2016-12-24 Alexis La GoutteAFP: fix indent (use tabs)
2016-06-26 Dario Lombardoconversation: rename shadow variable
2016-03-28 Joerg MayerFix some warnings/errors of type
2016-03-20 Michael MannCreate call_data_dissector() to call data dissector.
2016-03-20 Michael MannManually add protocol dependencies derived from find_di...
2016-02-22 Michael MannFix some hf_ field datatype conflicts.
2016-01-24 Guy HarrisAdd the packet number to the packet_info structure...
2016-01-23 Guy HarrisAdd more fields to packet_info structure and use them.
2016-01-08 moshekaplanFix a lot of typos and misspellings
2015-12-09 Michael Mannnew_register_dissector -> register_dissector for dissec...
2015-07-03 Peter WuCall reassembly_table_destroy and move g_hash_table_destroy
2015-06-25 Martin Kaiserafp: replace all calls to THROW() and do proper error...
2015-06-23 Martin Kaiser[afp] improve the error handling for extended attributes
2015-06-21 Michael MannFurther refactor SRT stats.
2015-04-30 Guy HarrisFix some cases where we're shifting a signed 1 left.
2015-04-01 Alexis La GoutteAFP: Fix Dead Store (Dead assignement/Dead increment...
2015-04-01 Evan Huusafp: 64-bit values require 64-bit value strings
2015-03-30 Michael MannRemove proto_tree_add_text from packet-afp.c
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-18 Bill MeierFix encoding-arg mostly for FT_UINT_STRING; Also: Do...
2014-09-10 Evan HuusReplace deprecated tvb_length calls
2014-06-22 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-06-19 Michael MannRevert "Fixup: tvb_* -> tvb_captured"
2014-06-18 Dario LombardoFixup: tvb_* -> tvb_captured
2014-06-07 Michael Manntvb_new_subset -> tvb_new_subset_length when length...
2014-04-06 Guy HarrisMove the status dissecting code to the AFP dissector.
2014-04-04 Michael MannExpose dissect_spotlight as its own dissector. Needed...
2014-04-04 Guy HarrisClean up some strings - "UTF8" to "UTF-8", etc..
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisUse tvb_get_string_enc() rather than tvb_get_string().
2013-12-22 Bill MeierDon't use 'L' as a constant modifier.
2013-12-20 Jakub ZawadzkiChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-12-13 Guy HarrisRename spotlight_get_utf16_string_encoding() to
2013-12-02 Chris MaynardReject the packet if data is NULL.
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-10-21 Michael MannPass struct aspinfo "private data" into subdissectors...
2013-09-22 Pascal QuantinMore emem -> wmem conversion:
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-12 Evan HuusConvert a few more dissectors to wmem.
2013-09-09 Michael Mannexpert_add_info_format_text -> expert_add_info_format
2013-07-05 Michael MannBatch of filterable expert infos.
2013-04-01 Jaap KeuterTypo's. That is all.
2013-03-12 Anders Broman- [-Wmissing-prototypes]
2012-12-26 Guy HarrisSquelch a (Y2.038K) warning.
2012-12-21 Guy HarrisMake some loop counters unsigned, so that we handle...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-23 Bill MeierComment out all but first value_string array entries...
2012-08-10 Gerald CombsMake the corresponding packet_info available to each...
2012-08-09 Gerald CombsUse wording that's more in line with other expert messages.
2012-08-07 Gerald CombsFix a large loop found by Stefan Cornelius of Red Hat...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-06 Pascal QuantinFrom Frank Lahm via https://bugs.wireshark.org/bugzilla...
2012-06-04 Anders BromanGet rid of a couple of warnings.
2012-05-19 Bill MeierFix some "warning: Value stored to '...' is never read...
2012-05-15 pascalSpaces -> tabs
2012-05-15 pascalFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-05-15 pascalFrom Alexander Lüders & Frank Lahm via https://bugs...
2012-05-14 pascalFrom Frank Lahm via https://bugs.wireshark.org/bugzilla...
2012-05-13 pascalFrom Frank Lahm via https://bugs.wireshark.org/bugzilla...
2012-05-11 pascalFrom Frank Lahm:
2012-05-08 pascalRemove unused hf entries
2012-05-08 pascalFrom Frank Lahm:
2012-05-08 Anders BromanFrom Frank Lahm:
2012-04-30 Bill MeierDon't use tabs in string constants;
2012-04-27 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20120...
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-02-20 Bill Meier(Trivial) Fix a typo in a comment; Do some whitespace...
2011-12-04 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-10-19 Stephen FisherFix Coverity ID #1288: UNUSED_VALUE in spotlight_dissec...
2011-10-19 Stephen FisherFix Coverity ID 1300: UNUSED_VALUE in dissect_spotlight...
2011-10-17 Chris MaynardCleanup AFP Version display filter name.
2011-10-15 Bill MeierConvert proto_tree_add_item() 'encoding' arg for field...
2011-10-02 Guy HarrisSquelch some more warnings.
2011-10-02 Guy HarrisSquelch warnings (at that point, toc_offset has been...
2011-10-02 Guy HarrisSQ_TYPE_NULL appears to do run-length encoding of nulls...
2011-09-28 Guy HarrisQuit if we have a zero-length query, so we don't loop...
2011-09-21 Anders BromanMake query_length a gint as the lenght argument to...
2011-09-20 Guy HarrisFrom Frank Lahm: Complete dissection of AFP FPSpotlight...
2011-09-20 Guy HarrisUse ENC_ values in proto_tree_add_item() calls. Use...
2011-06-17 Stig BjørlykkeAdded some casts from spotlight_ntoh64 to guint.
2011-05-26 Anders BromanFrom Michael Mann.
2011-01-16 Jeff MorrissUse tvb_memeql().
2010-11-08 Bill MeierUse value_string_ext fcns to access certain value_strin...
2010-09-24 Jeff Morriss(Refining the regexp...) Replace blurbs that match...
2010-09-24 Jeff MorrissReplace another blurb that matches the name (case insen...
2010-09-23 Jeff MorrissReplace blurbs that match the name (case insensitive...
2010-09-08 Stephen FisherFrom Frank Lahm via bug #5169: Provide initial support...
2010-08-27 Guy HarrisUpdate some links.
2010-08-27 Stig BjørlykkeFrom Frank Lahm via bug 5136:
2010-05-13 Jeff MorrissAs suggested in wireshark.org/lists/wireshark-dev/20080...
2010-05-06 Bill MeierUse consistent indentation & whitespace.
2010-04-06 Bill Meier#include <string.h> not needed.
2010-04-03 Bill MeierRemove unneeded #include <stdio.h>
next