aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btbredr_rf.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-4/+4
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2021-04-17BT BR/EDR RF: Move common code to a header file.Gerald Combs1-19/+1
2021-01-27Bluetooth BR/EDR RF: header decoding according to specificationThomas Sailer1-80/+1731
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-3/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-7/+7
2016-04-14btbredr_rf: Fix Dead Store (Dead assignement/Dead increment) Warning found by...Alexis La Goutte1-1/+1
2016-04-13Bluetooth: Fix CID 1358479 - Control flow issuesMichal Labedzki1-4/+4
2016-04-12btbredr: fix NESTING_INDENT_MISMATCH (CID 1358479)Alexis La Goutte1-1/+1
2016-04-12Bluetooth: Add BR/EDR RF dissectorMichal Labedzki1-0/+929