aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-08-31bluetooth: Update bluetooth_uuid_valsStig Bjørlykke1-0/+61
2017-08-31bluetooth: Update bluetooth_company_id_valsStig Bjørlykke1-0/+191
2017-02-17Bluetooth: AD: Add dissector for Apple iBeaconMichal Labedzki1-0/+74
2017-02-07Bluetooth: AD: Add support for AltBeaconMichal Labedzki1-0/+83
2017-02-06Bluetooth: Update Assign NumbersMichal Labedzki1-65/+205
2016-12-05Bluetooth: Assigned Numbers: Update Member UUIDsMichal Labedzki1-1/+26
2016-11-04Bluetooth: Update Assigned Numbers: CompanyIDsMichal Labedzki1-5/+164
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-05-22Bluetooth: Update Member UUIDs and CompanyIDsMichal Labedzki1-10/+200
2016-05-20Bluetooth: GATT: Add support for PLXS/PLXPMichal Labedzki1-0/+3
2016-04-02Bluetooth: Fix conflicting address fieldsMichal Labedzki1-23/+39
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-2/+2
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+3
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-3/+51
2016-03-09Bluetooth: GATT: Add a lot of attributes usage expert infosMichal Labedzki1-6/+6
2016-02-19Don't call the hci_usb dissector through a dissector table.Guy Harris1-5/+20
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-1/+1
2016-01-18Bluetooth: Update Assign numbers (5th December 2015)Michal Labedzki1-0/+66
2015-12-12Remove -Wwrite-strings compiler flagJoão Valverde1-2/+2
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