aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-19afp: fix indent (use tab)Alexis La Goutte1-1/+1
2017-05-17Create temporary variables for some proto_tree_add_<datatype> calculations.Michael Mann1-5/+6
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-15/+4
2016-12-24AFP: fix indent (use tabs)Alexis La Goutte1-159/+159
2016-06-26conversation: rename shadow variableDario Lombardo1-1/+1
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-3/+3
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-02-22Fix some hf_ field datatype conflicts.Michael Mann1-2/+2
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-3/+3
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-6/+7
2015-06-25afp: replace all calls to THROW() and do proper error handlingMartin Kaiser1-50/+46
2015-06-23[afp] improve the error handling for extended attributesMartin Kaiser1-17/+20
2015-06-21Further refactor SRT stats.Michael Mann1-0/+42
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-111/+111
2015-04-01AFP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-8/+1
2015-04-01afp: 64-bit values require 64-bit value stringsEvan Huus1-2/+2
2015-03-30Remove proto_tree_add_text from packet-afp.cMichael Mann1-515/+454
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-18Fix encoding-arg mostly for FT_UINT_STRING; Also: Do misc as needed.Bill Meier1-9/+22
2014-09-10Replace deprecated tvb_length callsEvan Huus1-4/+4
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-109/+85
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-04-06Move the status dissecting code to the AFP dissector.Guy Harris1-4/+502
2014-04-04Expose dissect_spotlight as its own dissector. Needed for DCE/RPC MDSSVCMichael Mann1-16/+19
2014-04-04Clean up some strings - "UTF8" to "UTF-8", etc..Guy Harris1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-22Use tvb_get_string_enc() rather than tvb_get_string().Guy Harris1-10/+11
2013-12-22Don't use 'L' as a constant modifier.Bill Meier1-1/+1
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-1/+1
2013-12-13Rename spotlight_get_utf16_string_encoding() toGuy Harris1-19/+27
2013-12-02Reject the packet if data is NULL.Chris Maynard1-7/+9
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-21Pass struct aspinfo "private data" into subdissectors instead of using pinfo-...Michael Mann1-9/+11
2013-09-22More emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-9/+9
2013-09-12Convert a few more dissectors to wmem.Evan Huus1-3/+3
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-4/+4
2013-07-05Batch of filterable expert infos.Michael Mann1-12/+28
2013-04-01Typo's. That is all.Jaap Keuter1-1/+1
2013-03-12- [-Wmissing-prototypes]Anders Broman1-0/+4
2012-12-26Squelch a (Y2.038K) warning.Guy Harris1-1/+1
2012-12-21Make some loop counters unsigned, so that we handle very large loopGuy Harris1-23/+19
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1