aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bluetooth.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-01Allow user-defined labels for Bluetooth UUIDsDavid Perry1-0/+120
2022-11-01Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-9/+9
2022-10-31Allow custom dissectors for BLE advertisement service UUIDsMaurice Lam1-1/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-3/+3
2022-08-23Change names to reflect that it's an endpoint table.Guy Harris1-8/+8
2022-08-23Rename some functions and types for endpoint tables.Guy Harris1-4/+4
2022-06-10tap: Mark filtered packets instead of dropping themRoland Knall1-2/+4
2022-06-10tap: Adding flags for tap_packetRoland Knall1-2/+2
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-6/+6
2022-03-13Bluetooth: Amend ID's with additional entries from registryJaap Keuter1-15/+820
2022-02-25Bluetooth: make dissect_bluetooth_common() public APIMichał Łabędzki1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-2/+2
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-3/+3
2021-10-19Bluetooth: Update Assigned NumbersJakub Pawlowski1-0/+131
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-10-15bthci_iso: full packet decode and reassembly addedAllan Møller Madsen1-0/+3
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-08-14bluetooth.gaen: Adding Google/Apple Exposure Notification to bluetooth.Brendan O'Connor1-0/+77
2020-05-13Fix a few broken web links from dissectorsMartin Mathieson1-2/+2
2020-03-27bluetooth: Update Assigned NumbersStig Bjørlykke1-0/+460
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-11decode_as: remove the "title" member from decode_as_tMartin Kaiser1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-8/+8
2019-01-31bluetooth: Update Assigned NumbersStig Bjørlykke1-41/+252
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-08-15bluetooth: Update Assigned NumbersStig Bjørlykke1-3/+149
2018-06-13Bluetooth: HFP: Implement some Apple-specific AT commandsMichał Łabędzki1-19/+20
2018-06-08BT Common: fix dissection of 32 bits and 128 bits UUIDPascal Quantin1-11/+17
2018-05-07Bluetooth: Assigned Numbers: Add Mesh CharacteristicsMichał Łabędzki1-0/+68
2018-04-01Bluetooth: Update Assigned NumbersMichał Łabędzki1-1549/+1598
2018-03-07bluetooth: Update Assigned NumbersStig Bjørlykke1-19/+100
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-5/+5
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-2/+2
2017-12-29bluetooth: Update Assigned NumbersStig Bjørlykke1-0/+127
2017-10-29Use endpoint_type in conversation tables and hostlistsMichael Mann1-3/+3
2017-10-29Add conversation endpoint typeMichael Mann1-2/+2
2017-08-31bluetooth: Update bluetooth_uuid_valsStig Bjørlykke1-0/+61
2017-08-31bluetooth: Update bluetooth_company_id_valsStig Bjørlykke1-0/+191
2017-02-17Bluetooth: AD: Add dissector for Apple iBeaconMichal Labedzki1-0/+74
2017-02-07Bluetooth: AD: Add support for AltBeaconMichal Labedzki1-0/+83
2017-02-06Bluetooth: Update Assign NumbersMichal Labedzki1-65/+205
2016-12-05Bluetooth: Assigned Numbers: Update Member UUIDsMichal Labedzki1-1/+26
2016-11-04Bluetooth: Update Assigned Numbers: CompanyIDsMichal Labedzki1-5/+164
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-05-22Bluetooth: Update Member UUIDs and CompanyIDsMichal Labedzki1-10/+200
2016-05-20Bluetooth: GATT: Add support for PLXS/PLXPMichal Labedzki1-0/+3
2016-04-02Bluetooth: Fix conflicting address fieldsMichal Labedzki1-23/+39
2016-03-28Fix more -Wused-but-marked-unused warnings/errors.Joerg Mayer1-2/+2