aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btle.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-13Bluetooth: Dissect features defined in 5.4Rubin Gerritsen1-2/+117
2023-01-23BTLE: Fix a copy/paste error in control_opcode_valsMartin Mathieson1-1/+1
2023-01-07btle: Add control proc enum to make code self-documentingRubin Gerritsen1-124/+172
2023-01-07btle: Dissector name updated to 5.3Rubin Gerritsen1-1/+1
2023-01-07btle: Add some braces to if statementsRubin Gerritsen1-7/+14
2023-01-07btle: Fix bitmask for 5.3 feature setsRubin Gerritsen1-21/+21
2023-01-04Bluetooth: Dissect features defined in 5.1 - 5.3Rubin Gerritsen1-7/+175
2023-01-04Bluetooth: Dissect 5.3 ACL control procedure packetsRubin Gerritsen1-0/+220
2023-01-04Bluetooth: Perform control proc validation on LL_CIS_TERMINATE_INDRubin Gerritsen1-0/+11
2023-01-04Bluetooth: Perform control proc validation on LL_PERIODIC_SYNC_INDRubin Gerritsen1-0/+11
2023-01-04Bluetooth: Add more validation to power control proceduresRubin Gerritsen1-0/+23
2023-01-04Bluetooth: Allow LL_REJECT_EXT_IND as a response to LL_CIS_REQ/RSPRubin Gerritsen1-0/+24
2023-01-04Bluetooth: Allow LL_REJECT_EXT_IND as a response to LL_CTE_REQRubin Gerritsen1-0/+12
2023-01-04Bluetooth: Detect invalid incompatible control procedure conflict resolutionRubin Gerritsen1-27/+257
2023-01-04Bluetooth: Refactor adding control procedure packets to contextsRubin Gerritsen1-193/+121
2023-01-04Bluetooth: Refactor starting control proc contextRubin Gerritsen1-152/+79
2022-10-31Bluetooth: Fix detection of colliding peer procRubin Gerritsen1-1/+1
2022-09-15Bluetooth: Handle PHY Update procedure with no changeJoakim Andersson1-5/+30
2022-09-15Bluetooth: Fix reserved field in CTE request control packetJoakim Andersson1-1/+1
2022-08-17Bluetooth: Decode LL_VERSION_IND packets with version 5.3Rubin Gerritsen1-0/+1
2022-03-14Bluetooth: have BT specific global names contain bluetoothJaap Keuter1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-7/+7
2021-11-20btle: Improve Advertising Data reassemblyStig Bjørlykke1-1/+20
2021-10-26BT LE LL: Add a NULL Check.Gerald Combs1-2/+4
2021-09-02btle: Add support for CTE Info field in Data Physical Channel PDUsJoakim Andersson1-8/+60
2021-08-29btle: Update text for channel to include indexJoakim Andersson1-1/+1
2021-08-10Bluetooth: Fix clock accuracy field offset in sync infoJoakim Andersson1-1/+1
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-3/+3
2021-06-25btle: Fix parsing of empty extendend advertising headerJoakim Andersson1-6/+10
2021-06-25btle: Fix parsing of CTE Info field in extended advertising headerJoakim Andersson1-8/+7
2021-03-13btle: decode new control PDUs and advertising info in 5.2Thomas Sailer1-60/+1281
2021-02-15Set a few more dissector vars/funs to static.Martin Mathieson1-1/+1
2021-02-11btle: Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+1
2021-01-27One more check for connection_info being non-null is needed.Guy Harris1-1/+1
2021-01-26Bluetooth: Fix NULL pointer dereference crashRubin Gerritsen1-25/+25
2021-01-26Bluetooth: Detect invalid control procedure collision resolutionRubin Gerritsen1-31/+240
2021-01-24Bluetooth: Match control procedure requests with responsesRubin Gerritsen1-8/+654
2021-01-21bluetooth: Add event counter and event counter valid to contextJoakim Andersson1-18/+98
2021-01-11Bluetooth: Refactor dissection of control proc packetsRubin Gerritsen1-77/+159
2020-12-11btle: LL_REJECT_IND_EXT -> LL_REJECT_EXT_INDRubin Gerritsen1-2/+2
2020-12-04Bluetooth: Fix l2cap reassembly resuming old reassemblyJoakim Andersson1-1/+6
2020-11-28bluetooth: Change wording of sequence number context informationJoakim Andersson1-1/+1
2020-11-28bluetooth: Add context information for next expected sequence numberJoakim Andersson1-5/+28
2020-11-19btle: Initialise acl_data to avoid wild pointer dereferencelutianxiong1-0/+4
2020-10-28Bluetooth protocols: fix some protocol item lengthsMartin Mathieson1-1/+1
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-5/+5
2020-08-07Find and fix dissectors that should be using a default tfs.Martin Mathieson1-13/+8
2020-08-03Btle: AE Host Advertising Data reassemblyPiotr Winiarczyk1-23/+241
2020-07-07Fix Wpointer-sign warnings.Anders Broman1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-7/+7