aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bthci_evt.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-05bthci-evt: added reservedDario Lombardo1-1/+7
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-5/+5
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2015-02-02Bluetooth: HCI: Improve detecting of undecoded and unknown commandsMichal Labedzki1-5/+8
2015-01-10Bluetooth: HCI: Detect Vendor by "Read Local Version Information"Michal Labedzki1-9/+160
2015-01-10Bluetooth: Add HCI Vendor Broadcom dissectorMichal Labedzki1-4/+4
2015-01-08Bluetooth: Update to latest Assigned Numbers (up to 4.2)Michal Labedzki1-0/+2
2014-12-30Test suite: Start testing our output for valid UTF-8.Gerald Combs1-1/+4
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-314/+240
2014-12-18Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki1-62/+40
2014-12-15Revert "Bluetooth: BTLE: Add src/dst addresses when they are known"Pascal Quantin1-40/+62
2014-12-15Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki1-62/+40
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-10-30Fix a typo: Unidirected -> UndirectedJeff Morriss1-3/+3
2014-09-22Bluetooth: Handle LE ACL sessionMichal Labedzki1-5/+56
2014-09-20Bluetooth: HCI: Add support for user/vendor commandsMichal Labedzki1-11/+59
2014-09-18Bluetooth: Fix packet types additional descriptionMichal Labedzki1-17/+20
2014-08-21Bluetooth: HCI_EVT fix fuzz failtureMichal Labedzki1-1/+3
2014-06-30Bluetooth: Add missing connection_handleMichal Labedzki1-0/+1
2014-06-22Bluetooth: Complete sessionsMichal Labedzki1-8/+44
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-5/+5