aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hci_mon.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-28/+28
2023-08-26hci_mon: Fix dissection of User LoggingDominik Kilian1-9/+26
2023-04-23More val_to_str()-related fixesMartin Mathieson1-1/+1
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-1/+1
2021-07-11More mask checks and some fixes.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2020-03-18Add support for more monitor opcodes.Guy Harris1-19/+351
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.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
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-06-25File: Add BTSNOOP File Format supportMichal Labedzki1-3/+3
2015-06-16Clean up handling of metadata in Bluetooth dissectors.Guy Harris1-3/+4
2015-06-15Qt/Bluetooth: Add Devices dialogueMichal Labedzki1-1/+1
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-7/+7
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-18Bluetooth: Add generic Bluetooth dissectorMichal Labedzki1-38/+16
2014-12-18Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki1-1/+1
2014-12-15Revert "Bluetooth: BTLE: Add src/dst addresses when they are known"Pascal Quantin1-1/+1
2014-12-15Bluetooth: BTLE: Add src/dst addresses when they are knownMichal Labedzki1-1/+1
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-2/+2
2014-08-21Bluetooth: Fix Delete opcode in Linux Monitor transportMichal Labedzki1-1/+1
2014-06-22Bluetooth: Complete sessionsMichal Labedzki1-8/+59
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-03-06Bluetooth: Fix interface_idMichal Labedzki1-1/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-20Add support for Bluetooth Linux MonitorMichal Labedzki1-2/+7
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-0/+300