aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-obex.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Fix various issues seen with tools/check_typed_item_calls.pyMartin Mathieson1-16/+16
2022-11-14Fixup fragmentJohn Thacker1-1/+1
2022-11-14epan: Separate fragment_head and fragment_itemJohn Thacker1-5/+4
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-4/+4
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-8/+8
2021-07-21First pass pinfo->pool conversionEvan Huus1-6/+6
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-08-29Fix more spelling errors in dissector strings.Martin Mathieson1-1/+1
2020-08-10OBEX: Fix mismatching API/item-type for some subtree items.Martin Mathieson1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2020-06-12More cppcheck fixes, using top-of-tree cppcheck.Martin Mathieson1-2/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-9/+9
2018-05-01obex: Fix request response arrowsDylan Ulis1-2/+2
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-09obex: fix 'pinfo' was marked unused but was used [-Wused-but-marked-unused]Alexis La Goutte1-2/+2
2017-04-04Bluetooth: PBAP: Fix two Application Parameters fieldsMichal Labedzki1-4/+4
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.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-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-6/+10
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-02-08Rename Bluetooth OBEX dissector to OBEXMichal Labedzki1-0/+3973