aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-afp.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-431/+431
2023-11-07A few more item warning fixesMartin Mathieson1-1/+1
2023-09-28[#19362] afp: on't pass null pinfoDavid Perry1-13/+13
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-43/+43
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-8/+8
2022-09-04AppleTalk, DSI: fix some names to be more correct.Guy Harris1-11/+11
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-9/+9
2022-01-27afp: fix dissection of afp.access and afp.file_bitmap fields.Jan Snydr-Michal1-4/+4
2022-01-27Prevent reuse of hf_afp_file_bitmap as a 16 and 32 bit value inJan Snydr-Michal1-13/+22
2022-01-27afp: fix dissection of afp.access and afp.file_bitmap fields.Jan Snydr-Michal1-2/+2
2021-12-19Fix errors found by fix-encoding-args.plJoão Valverde1-11/+11
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-7/+7
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-6/+6
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-2/+2
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-2/+2
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