aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsdp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-2/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-7/+7
2014-11-29Rename some hf[] display filter names to fix dups.Bill Meier1-2/+2
2014-09-22Try to fix some buildbot warningsMichal Labedzki1-72/+49
2014-09-19Do encoding-arg changes (all benign)Bill Meier1-2/+2
2014-09-18Bluetooth: Fix some Clang Analyzer warningsMichal Labedzki1-3/+3
2014-06-20Rename dissector_add_handle() to dissector_add_for_decode_as().Guy Harris1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-7/+7
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-7/+7
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-31/+31
2014-03-25Bluetooth: Fix wrong recognized RFCOMM servicesMichal Labedzki1-9/+26
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-118/+5
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-22/+29
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-3/+3
2013-12-14Remove not needed ';'Jakub Zawadzki1-1/+1
2013-12-10Pass the correct uuid when recursing (the other one is a temporary var that mayEvan Huus1-1/+1
2013-12-07Bluetooth enhancements. Bug 9446 (https://bugs.wireshark.org/bugzilla/show_b...Michael Mann1-21/+29
2013-12-02Reject the packet if data is NULL without doing anything else.Chris Maynard1-3/+5
2013-11-30Replace "btsdp" tap with function to query service_infos tree, since that's a...Michael Mann1-8/+7
2013-11-03Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-43/+37