aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btle.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-06bluetooth: Group Bluetooth dissector preferencesStig Bjørlykke1-1/+1
2017-10-02btle: Add preference to detect retransmissionStig Bjørlykke1-20/+31
2017-09-29btle: Don't ignore frames with incorrect CRC when detecting retransmission.Stig Bjørlykke1-3/+3
2017-09-29btle: Improve retransmit detectionStig Bjørlykke1-11/+5
2017-09-29btle: Ignore retransmitted frames in reassemblyStig Bjørlykke1-57/+48
2017-09-19btle: Use bd_addr as link-layer address in data PDUStig Bjørlykke1-2/+6
2017-09-15btle: Add Bluetooth 5.0 LL Control PDUsStig Bjørlykke1-31/+269
2017-08-31btle: Add Channel Selection AlgorithmStig Bjørlykke1-3/+17
2017-08-31btle: Add Version 5.0 to ll_version_number_valsStig Bjørlykke1-1/+2
2017-08-23BTLE: fix bitmap for link data Hop / Sleep Clock AccuracyPhil Beeson1-3/+3
2017-07-04btle: Add item for the generated l2cap indexStig Bjørlykke1-17/+67
2017-06-30btle: Improve reassembly when missing packetsStig Bjørlykke1-18/+32
2017-06-30btle: Support reassembly in both directionsStig Bjørlykke1-6/+40
2017-06-29btle: Reorder elements in Packet Header and Data HeaderStig Bjørlykke1-10/+10
2017-05-17Use proto_tree_add_item instead of proto_tree_add_xxx.Michael Mann1-10/+13
2017-02-14BT LE LL: fix invalid memory access reported by valgrindPascal Quantin1-3/+3
2017-02-03BTLE: check connection_info presence before trying to perform reassemblyPascal Quantin1-48/+52
2017-02-01packet-btle.c: If frame information is missing, provide a default.Michael Mann1-1/+4
2017-01-29Register reassembly tablesMichael Mann1-15/+2
2016-12-20btle: Add a convenience btle.length fieldStig Bjørlykke1-0/+10
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-6/+4
2016-09-26btle: Fix Feature support bit positionsStig Bjørlykke1-8/+8
2016-09-25btle: Show full LL_VERSION_IND SubVersNrStig Bjørlykke1-1/+1
2016-09-25btle: Add LL_LENGTH_REQ/RSP control dataStig Bjørlykke1-0/+43
2016-08-17Show millisecond values as both raw and "(N msec)".Guy Harris1-4/+13
2016-08-11btle: Improved packet header displayStig Bjørlykke1-10/+17
2016-08-11btle: No expert info for correct CRCStig Bjørlykke1-5/+0
2016-08-09btle: Renamed Message fragments to L2CAP fragmentsStig Bjørlykke1-13/+13
2016-08-08[BTLE] Dissect LE Information frame.AndersBroman1-14/+2