aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btle.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-06BTLE: check for btle_contextUli Heilmeier1-1/+1
2020-06-04btle: Fix Dead StoreAlexis La Goutte1-1/+1
2020-04-25Introduce tfs_get_string helperJaap Keuter1-3/+3
2020-04-14Bluetooth: Complete Additional Controller Advertising Data dissectingJoakim Andersson1-9/+18
2020-04-14Bluetooth: Add support for dissecting packet format on LE Coded PHYJoakim Andersson1-0/+20
2020-04-13bluetooth: Provide auxiliary PDU types name from capture contextJoakim Andersson1-5/+34
2020-04-13Bluetooth: Provide BTLE physical channel pdu type from capture context.Joakim Andersson1-2/+18
2020-04-13Bluetooth: Dissect the common extendend advertising payload headerJoakim Andersson1-1/+491
2020-04-13Bluetooth: Add handling of ADV_EXT_IND and setting valid adv header flagsJoakim Andersson1-23/+82
2020-04-12Bluetooth: Set correct name of target address in ADV_DIRECT_IND PDUJoakim Andersson1-1/+7
2020-04-11Bluetooth: Fix spelling mistakeJoakim Andersson1-1/+1
2020-04-11Bluetooth: Rename packet names that has changed from REQ to IND in the specJoakim Andersson1-4/+4
2020-01-31btle: Add Version 5.2 to ll_version_number_valsStig Bjørlykke1-1/+14
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-30btle: Correctly detect l2cap fragment startJonas Jonsson1-3/+3
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-5/+5
2019-01-31btle: Add Version 5.1 to ll_version_number_valsStig Bjørlykke1-0/+1
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-10/+10
2018-05-02btle: Show correct LLData Timeout valueStig Bjørlykke1-1/+1
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-2/+2