summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bthci_evt.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-04Bluetooth: HCI_CMD: Implement a lot of remaining commandsMichal Labedzki1-7/+8
2017-04-04Bluetooth: HCI: Fix tracking for "Read Clock Offset"Michal Labedzki1-0/+1
2017-03-29Bluetooth: fix conflicting entries in its value_string.Michael Mann1-2/+2
2017-03-04Bluetooth: HCI: A few minor improvementsMichal Labedzki1-7/+4
2017-03-03Bluetooth: HCI_EVT: Implement all remaining events/commandsMichal Labedzki1-6/+369
2017-03-03Bluetooth: HCI_EVT: Implement "Read Local Supported Codecs"Michal Labedzki1-3/+95
2017-03-03Bluetooth: HCI_EVT: Add missing unit for generated fieldMichal Labedzki1-1/+1
2017-02-07Add dissection of Bluetooth 5.0 AE related HCI commandsAllan Møller Madsen1-0/+32
2017-02-07Bluetooth: EIR/AD: Add support for LE Features and Channel MapMichal Labedzki1-1/+36
2017-02-01Bluetooth 5.0, HCI command/event PHY update dissectionAllan Møller Madsen1-2/+73
2017-01-20Bluetooth: HCI_EVT: Implement "LE Direct Advertising Report"Michal Labedzki1-1/+86
2017-01-17Bluetooth: HCI_EVT: Implement some commands from Core 4Michal Labedzki1-100/+367
2016-12-24bthci_evt: Fix Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-4/+4
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-11/+5
2016-12-13Bluetooth: BTLE: Add new commands parsingJakub Pawlowski1-0/+16
2016-12-13Bluetooth: BTLE: Add BT5.0 command and event name parsingJakub Pawlowski1-0/+30
2016-11-21bthci_evt: Fix conflict for hf fieldsAlexis La Goutte1-2/+2
2016-11-04Bluetooth: HCI: LE: address review comments from review/18661.Sharvil Nanavati1-4/+4
2016-11-04Bluetooth: HCI: Add missing Core4's cmd/evt identifiesMichal Labedzki1-1/+194
2016-11-04Qt/Bluetooth: Split LE Meta EventsMichal Labedzki1-0/+18
2016-11-04Bluetooth: HCI: LE: Dissect all LE FeaturesMichal Labedzki1-22/+79
2016-11-04Bluetooth: HCI: LE: Implement missing Meta EventsMichal Labedzki1-1/+104
2016-11-04Implement dissector for the LE Enhanced Connection Complete event.Sharvil Nanavati1-0/+89
2016-06-10Qt/Bluetooth: Add Device dialogMichal Labedzki1-24/+382
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-5/+5
2016-03-03Qt/Bluetooth: HCI Summary: Miscellaneous fixesMichal Labedzki1-0/+32
2016-02-06Bluetooth: HCI: Vendor: Add expert info if not all is dissectedMichal Labedzki1-7/+27
2016-02-05Fix some Coverity issueMichal Labedzki1-42/+18
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-18/+18
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-3/+3
2016-01-20Bluetooth: Add dissector table for EIR/AD Manufacturer contentMichal Labedzki1-3/+29
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.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-1/+1
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-3/+1
2015-09-14Bluetooth: HCI_EVT: Use correct name for Window fieldMichal Labedzki1-2/+2
2015-07-17Pacify Windows buildbotsPascal Quantin1-1/+1
2015-07-17Qt/Bluetooth: Add HCI Summary dialogueMichal Labedzki1-52/+362
2015-07-02Remove more unnecessary null checks.Guy Harris1-14/+4
2015-07-02Remove check for null bluetooth_data.Guy Harris1-8/+3
2015-06-19Bluetooth: Coverity fixesMichal Labedzki1-12/+12
2015-06-18Bluetooth: ensure to give bluetooth_data structure to dissect_eir_ad_data()Pascal Quantin1-3/+3
2015-06-15Qt/Bluetooth: Add Devices dialogueMichal Labedzki1-80/+270
2015-06-12Bluetooth: Device name is UTF-8, not ASCIIMichal Labedzki1-5/+5
2015-05-18Bluetooth: HCI: Add command-event trackingMichal Labedzki1-76/+306
2015-05-18Bluetooth: HCI: Add new LE Event numbersMichal Labedzki1-0/+13
2015-05-18Bluetooth: SCO: Add Stream Number generated fieldMichal Labedzki1-7/+33
2015-05-18Bluetooth: SCO: Add Connect/Disconnect trackingMichal Labedzki1-6/+12