aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-3/+3
2020-11-06Fix some more item lengths.Martin Mathieson1-2/+2
2020-09-10afp: treat passwords as null-padded.Guy Harris1-6/+18
2020-08-12Try to fix -Wpointer-sign warnings.Anders Broman1-1/+1
2020-07-07Fix -Wpointer-sign warnings.Anders Broman1-10/+10
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-17/+17
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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