aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-atalk.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-04AppleTalk, DSI: get rid of the "command" field.Guy Harris1-12/+12
2022-09-04AppleTalk, DSI: fix some names to be more correct.Guy Harris1-46/+46
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-6/+6
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-4/+4
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-10Clean up processing of RTMP data.Guy Harris1-22/+52
2019-05-10Set the length of the DDP tvbuff based on the length in the header.Guy Harris1-7/+62
2019-05-09Treat strings as being in MacRoman.Guy Harris1-8/+9
2019-05-09Fix dissection of gatewayed/bridged LLAP packets.Guy Harris1-1/+35
2019-05-07Fix dissection of DDP length and checksum fields.Guy Harris1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-10UDP: Heuristic dissector for conversation taking precedenceRobert Jongbloed1-1/+1
2017-10-29Add conversation endpoint typeMichael Mann1-1/+1
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1
2017-02-02GHashtable -> wmem_map conversionsMichael Mann1-41/+8
2017-01-29Register reassembly tablesMichael Mann1-3/+3
2017-01-20atalk: add check in shutdown routineDario Lombardo1-1/+2
2017-01-20atalk: add shutdown routine.Dario Lombardo1-0/+8
2016-10-28Implement registration of capture dissectors by nameJoão Valverde1-1/+3
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-07-21Add proto_tree_add_checksum.Michael Mann1-70/+32
2016-06-26conversation: rename shadow variableDario Lombardo1-2/+2
2016-06-22Add address_to_bytes API.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-11/+8
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-01-27Use find_or_create_conversation().AndersBroman1-8/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-2/+2
2015-12-14Create capture dissector tables.Michael Mann1-5/+6
2015-12-13Create a way to register "capture" dissectors.Michael Mann1-2/+5
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-11/+11
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-15/+22
2015-11-25create_dissector_handle -> new_create_dissector_handleMichael Mann1-5/+5
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-22/+29
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-30STUN: register a new conversation dissector after receiving a ConnectionBind ...Pascal Quantin1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-8/+8
2015-10-19If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.Guy Harris1-1/+0
2015-07-03Call reassembly_table_destroy and move g_hash_table_destroyPeter Wu1-5/+7
2015-04-15Replcae deprecated API tvb_length with tvb_reported_length or tvb_capturedAndersBroman1-3/+3
2015-03-01Use COPY_ADDRESS_SHALLOW instead of duplicating TVB_SET_ADDRESS and SET_ADDRE...Michael Mann1-4/+4
2015-02-19Add name resolution support to address type.Michael Mann1-8/+9
2015-02-09Add fixed length function for address types.Michael Mann1-2/+6
2015-02-09Add "column filter string" support to address types.Michael Mann1-12/+54
2015-01-13When allocating address structures, use wmem_new0().Guy Harris1-4/+4