aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-15/+15
2018-11-01Bluetooth: HCI: Add more description about SCO Packet TypesMichał Łabędzki1-10/+10
2018-07-27bthci_cmd: fix spelling-error-in-binary found by lintianAlexis La Goutte1-3/+3
2018-06-18Bluetooth HCI updateAllan Møller Madsen1-23/+136
2018-06-12BT Common: fix btcommon.eir_ad.entry.le_role filterPascal Quantin1-2/+1
2018-06-12BT Common: use bluetooth_address_type_vals with btcommon.eir_ad.entry.le_bd_a...Pascal Quantin1-2/+2
2018-06-08BT Common: fix dissection of 32 bits and 128 bits UUIDPascal Quantin1-39/+30
2018-04-27Bluetooth HCI: Add missing LE event mask fieldsAllan Møller Madsen1-2/+58
2018-04-01Qt/Bluetooth: Fix Devices lists namesMichał Łabędzki1-0/+14
2018-02-13Fix the "pointer to function that generates a label" values.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2018-01-03bthci: Update bthci_cmd_appearance_valsStig Bjørlykke1-2/+104
2017-10-17[Bluetooth] Prepare for adding a BT Mesh dissector.AndersBroman1-19/+48
2017-09-16Have register_decode_as_next_proto create dissector table.Michael Mann1-4/+3
2017-09-12[Bluetooth] Update value string.AndersBroman1-0/+4
2017-07-11Expand register_decode_as_next_proto to include prompt string.Michael Mann1-12/+1
2017-04-14Bluetooth: HCI: fix dissection of command Enhanced Setup Synchronous ConnectionPatryk Nowak1-1/+0
2017-04-10bthci_cmd: fix this statement may fall through [-Werror=implicit-fallthrough]...Alexis La Goutte1-0/+1
2017-04-05Bluetooth: HCI_CMD: Implement all remaining commandsMichal Labedzki1-10/+112
2017-04-05Bluetooth: HCI_CMD: Fix master-slave roleMichal Labedzki1-9/+14
2017-04-04Bluetooth: HCI_CMD: Implement a lot of remaining commandsMichal Labedzki1-114/+1134
2017-04-04Bluetooth: HCI_CMD: Fix wrong field nameMichal Labedzki1-2/+2
2017-04-03Use col_append_str() for fixed stringsStig Bjørlykke1-1/+1
2017-03-13Bluetooth: "dublicates" -> "duplicates"Jakub Pawlowski1-5/+5
2017-03-06bluetooth: fix this statement may fall through [-Werror=implicit-fallthrough=...Alexis La Goutte1-1/+1
2017-03-04Bluetooth: HCI: A few minor improvementsMichal Labedzki1-1/+1
2017-02-07Add dissection of Bluetooth 5.0 AE related HCI commandsAllan Møller Madsen1-33/+354
2017-02-07Bluetooth: EIR/AD: Add support for LE Features and Channel MapMichal Labedzki1-4/+213
2017-02-01Bluetooth 5.0, HCI command/event PHY update dissectionAllan Møller Madsen1-2/+188
2016-12-23bthci_cmd: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-1/+1
2016-12-18Bluetooth: BTLE: Add new commands parsingJakub Pawlowski1-0/+89
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-4/+2
2016-12-13Bluetooth: BTLE: Add new commands parsingJakub Pawlowski1-0/+97
2016-12-13Bluetooth: BTLE: Add BT5.0 command and event name parsingJakub Pawlowski1-1/+44
2016-11-04Bluetooth: HCI: Add missing Core4's cmd/evt identifiesMichal Labedzki1-4/+27
2016-11-04Bluetooth: HCI: LE: Implement missing Meta EventsMichal Labedzki1-0/+2
2016-11-03packet-bthci_cmd.c: Fix typos found by lintian.Michael Mann1-2/+2
2016-10-28bthci_cmd: fix fix spelling typo found by lintianAlexis La Goutte1-2/+2
2016-10-26bthci_cmd: fix spelling typo found by lintianAlexis La Goutte1-8/+8
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-08-11Enhance Bluetooth LE commands parsingPiotr Pawłowski1-6/+171
2016-07-21Constify a few value_strings which were generated at run-timeBalint Reczey1-287/+291
2016-06-10Qt/Bluetooth: Add Device dialogMichal Labedzki1-6/+37
2016-05-21Bluetooth: BTLE: Add 4.2 LE CONTROLLER COMMANDSJakub Pawlowski1-0/+16
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-02-06Bluetooth: HCI: Vendor: Add expert info if not all is dissectedMichal Labedzki1-2/+8
2016-02-05Fix some Coverity issueMichal Labedzki1-8/+4
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+2