aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-4/+4
2015-11-25Use try_val_to_str_ext() in print_uuid().Guy Harris1-10/+21
2015-11-20Bluetooth: Update company IDs and Member/SDO UUIDsMichal Labedzki1-77/+368
2015-11-20Bluetooth: GATT: Add HTTP Proxy Service attributesMichal Labedzki1-0/+7
2015-11-20Bluetooth: Add ability to add custom UUID descriptionMichal Labedzki1-33/+19
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-11-01bluetooth: Fix uninitialized value warningJoão Valverde1-3/+2
2015-10-17Bluetooth: ATT: Print names assigned to handles in info columnMichal Labedzki1-2/+8
2015-10-17Bluetooth: Fix displaying and handling UUID128Michal Labedzki1-13/+52
2015-10-16Bluetooth: GATT: Add support for Nordic's vendor UUIDsMichal Labedzki1-2/+9
2015-09-14Bluetooth: Add "PAN" prefix to three UUIDsMichal Labedzki1-3/+3
2015-08-18Bluetooth: Update Assign NumbersMichal Labedzki1-7/+25
2015-07-17Qt/Bluetooth: Add HCI Summary dialogueMichal Labedzki1-0/+2
2015-07-17Bluetooth: Add generic UUID table for DecodeByMichal Labedzki1-0/+35
2015-06-16Pass the pseudo-header to wtap_encap dissectors via the "data" argument.Guy Harris1-4/+4
2015-06-16Clean up handling of metadata in Bluetooth dissectors.Guy Harris1-24/+131
2015-06-15Qt/Bluetooth: Add Devices dialogueMichal Labedzki1-1/+18
2015-04-01Bluetooth: fix Uninitialized scalar variable (CID 1268203)Alexis La Goutte1-1/+1
2015-02-07Don't call the Bluetooth code's UUID type "uuid_t".Guy Harris1-4/+4
2015-02-07Bluetooth: ATT: Use proto_tree_add_new_bytes for UUID128Michal Labedzki1-1/+2
2015-02-07Bluetooth/GUI: ATT: Add Server Attribute TableMichal Labedzki1-5/+5
2015-02-03Bluetooth: ATT: Dissect almost all attributesMichal Labedzki1-1/+10
2015-02-03Bluetooth: ATT: Dissect GATT levelMichal Labedzki1-0/+62
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-5/+1
2015-01-10Bluetooth: HCI: Detect Vendor by "Read Local Version Information"Michal Labedzki1-0/+6
2015-01-10Bluetooth: SMP: Add missing opcode for "Identity Address Information"Michal Labedzki1-2/+8
2015-01-10Bluetooth: Add HCI Vendor Broadcom dissectorMichal Labedzki1-0/+52
2015-01-08Bluetooth: Update to latest Assigned Numbers (up to 4.2)Michal Labedzki1-40/+425
2015-01-02tshark: Add endpoints statisticsMichael Mann1-1/+1
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in a few recently committed dissectors.Bill Meier1-1/+0
2014-12-19Bluetooth: Remove unused value strings.Gerald Combs1-14/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-0/+951