aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_cmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2016-01-20Bluetooth: GATT: Add support for TDSMichal Labedzki1-6/+0
2016-01-20Bluetooth: EIR/AD: Add TDS item supportMichal Labedzki1-10/+158
2016-01-20Bluetooth: Add dissector table for EIR/AD Manufacturer contentMichal Labedzki1-14/+86
2016-01-18Bluetooth: EIR/AD: Add missing IPS itemMichal Labedzki1-5/+209
2016-01-18Bluetooth: Update Assign numbers (5th December 2015)Michal Labedzki1-1/+18
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-5/+5
2015-11-20Bluetooth: EIR/AD: Add URI item supportMichal Labedzki1-0/+13
2015-11-20Bluetooth: Add ability to add custom UUID descriptionMichal Labedzki1-57/+16
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-6/+6
2015-10-17Bluetooth: Fix expert info for undecoded dataMichal Labedzki1-2/+2