summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-bthci_cmd.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-05Move utf8_entities.h to wsutilJoão Valverde1-3/+1
2015-07-17Qt/Bluetooth: Add HCI Summary dialogueMichal Labedzki1-6/+27
2015-06-19Bluetooth: Coverity fixesMichal Labedzki1-4/+4
2015-06-18Bluetooth: ensure to give bluetooth_data structure to dissect_eir_ad_data()Pascal Quantin1-0/+2
2015-06-15Qt/Bluetooth: Add Devices dialogueMichal Labedzki1-84/+85
2015-06-12Bluetooth: Device name is UTF-8, not ASCIIMichal Labedzki1-2/+2
2015-05-18Bluetooth: HCI: Add command-event trackingMichal Labedzki1-45/+134
2015-05-18Bluetooth: HCI: Add new LE Event numbersMichal Labedzki1-32/+94
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-20/+20
2015-03-02Bluetooth: HCI: Fix "Host Number of Completed Packets"Michal Labedzki1-2/+6
2015-02-07Bluetooth/GUI: ATT: Add Server Attribute TableMichal Labedzki1-16/+16
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2015-02-02Bluetooth: Advertising Data: Fix Service Data entryMichal Labedzki1-3/+75
2015-02-02Bluetooth: HCI: Improve detecting of undecoded and unknown commandsMichal Labedzki1-7/+35
2015-01-10Squelch a compiler warning.Guy Harris1-4/+2
2015-01-10Bluetooth: HCI: Detect Vendor by "Read Local Version Information"Michal Labedzki1-1/+25
2015-01-10Bluetooth: Add HCI Vendor Broadcom dissectorMichal Labedzki1-54/+9