aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsdp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-25Fix more FT_BOOLEAN items with no mask - set len to BASE_NONEMartin Mathieson1-20/+20
2023-11-20Remove init of proto variablesStig Bjørlykke1-413/+413
2023-11-07Fix some more copy/pasted filtersMartin Mathieson1-2/+2
2023-08-16Misc dissector fixesMartin Mathieson1-1/+1
2023-08-10btsdp: Keep offset advancingJohn Thacker1-7/+8
2023-08-10btsdp: Finalize wmem_strbufJohn Thacker1-1/+1
2023-05-22Bluetooth SDP: fix protocol descriptor list parsingMatthias Ringwald1-3/+5
2023-04-23More val_to_str()-related fixesMartin Mathieson1-2/+2
2023-02-12Try to check that all items in bitmask set have same widthMartin Mathieson1-7/+7
2022-11-30wmem: Remove wmem_strbuf_new_label()João Valverde1-1/+1
2022-11-01Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-25/+25
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-10/+10
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-1/+1
2021-10-18BT SDP: Don't overrun our continuation state buffer.Gerald Combs1-1/+12
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-39/+39
2020-07-01btsdp: Try to squelch [-Wpointer-sign] warnings.Anders Broman1-35/+35
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-7/+7
2019-07-29Bluetooth: SDP: add new AVRCP 1.6 supported feature flagsMatt Porter1-12/+44
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-18/+18
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-3/+3
2017-02-06Bluetooth: SDP: Add HDP MDEP Data Type values for ISO/IEEE 11073-20601Michal Labedzki1-42/+61
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-63/+37
2016-05-08Remove the MIBenum stuff from the WAP code.Guy Harris1-4/+4
2016-05-08Show MIBenum values for character sets as decimal.Guy Harris1-1/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-5/+5
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-25Use try_val_to_str_ext() in print_uuid().Guy Harris1-2/+2
2015-11-20Bluetooth: Add ability to add custom UUID descriptionMichal Labedzki1-15/+4
2015-09-20Don't hand zero-length UUIDs to print_numeric_uuid().Guy Harris1-0/+2
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-8/+2
2015-06-12Bluetooth: SDP: Fix alone DID attributesMichal Labedzki1-4/+6
2015-05-09Fix some more constants to be unsigned.Guy Harris1-59/+59
2015-04-14Bluetooth: SDP: Update to MAP 1.2 and PBAP 1.2Michal Labedzki1-14/+294
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-10/+10
2015-02-07Don't call the Bluetooth code's UUID type "uuid_t".Guy Harris1-33/+33
2015-02-07Bluetooth/GUI: ATT: Add Server Attribute TableMichal Labedzki1-4/+4
2015-02-03Bluetooth: ATT: Decode some HOGP attributesMichal Labedzki1-1/+1
2015-02-03Bluetooth: ATT: Dissect GATT levelMichal Labedzki1-34/+0
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2015-01-09Some typos fixed.Dario Lombardo1-1/+1
2015-01-08Use G_GINT64_CONSTANT() for 64-bit constants.Guy Harris1-59/+59
2015-01-08Bluetooth: Update to latest Assigned Numbers (up to 4.2)Michal Labedzki1-5/+651
2015-01-08BTSDP: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-4/+2