aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nordic_ble.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30nordic_ble: Re-use OK Error true false flagJoakim Andersson1-8/+2
2021-09-30nordic_ble: Add address resolved flag to Advertising PDUsJoakim Andersson1-5/+5
2021-08-29nordic_ble: Update text for channel to include indexJoakim Andersson1-1/+1
2021-08-29nordic_ble: Mark failure to decrypt reason as CRC error over MIC errorJoakim Andersson1-1/+7
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
2021-07-08nordic_ble: Fix packet times for multiple interfacesJoakim Andersson1-21/+83
2021-06-28nordic_ble: Update display name of nordic_ble dissectorJoakim Andersson1-2/+2
2021-03-25nordic_ble: Update display name of nordic_ble dissectorsJoakim Andersson1-1/+1
2021-01-21bluetooth: Add event counter and event counter valid to contextJoakim Andersson1-2/+5
2020-11-21bluetooth: Fix dissecting of packets received on LE Coded PHYJoakim Andersson1-0/+1
2020-07-06nordic_ble: Avoid identical true and false stringsStig Bjørlykke1-10/+4
2020-04-14Bluetooth: nordic: Calculate packet time for LE Coded PHY packetsJoakim Andersson1-3/+28
2020-04-14Bluetooth: Add support for dissecting packet format on LE Coded PHYJoakim Andersson1-4/+0
2020-04-13Bluetooth: nordic: Add support for protocol version 3Joakim Andersson1-73/+270
2020-04-13Bluetooth: nordic: Document that the payload excludes the preambleJoakim Andersson1-1/+1
2020-04-13Bluetooth: Provide BTLE physical channel pdu type from capture context.Joakim Andersson1-0/+2
2020-04-13Bluetooth: nordic: Document RSSI sample result in the nordic_ble dissectorJoakim Andersson1-3/+9
2020-04-12Bluetooth: Add channel to bluetooth dissector contextJoakim Andersson1-1/+4
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-08-21nordic_ble: Set PHY display type to BASE_DECStig Bjørlykke1-1/+1
2018-03-13nordic_ble: Fix delta time start-to-start calculationStig Bjørlykke1-80/+199
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo1-13/+1
2017-08-26wiretap: Add WTAP_ENCAP_NORDIC_BLEStig Bjørlykke1-0/+2
2017-08-24nordic_ble: Fix calculating delta time start to startStig Bjørlykke1-9/+23
2017-08-19nordic_ble: Preserve legacy version supportStig Bjørlykke1-4/+6
2017-08-19nordic_ble: Add packet format descriptionStig Bjørlykke1-4/+95
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-14nordic_ble: Add legacy version supportStig Bjørlykke1-32/+63
2016-12-14nordic_ble: Improved dissector codeStig Bjørlykke1-501/+210
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-11/+6
2016-09-09nordic_ble: Capitalize short nameStig Bjørlykke1-1/+1
2016-08-10Remove unneeded include.Guy Harris1-1/+0
2016-08-09nordic_ble: Add a subtree for flagsStig Bjørlykke1-7/+8
2016-08-08nordic-ble: Capitalize header field names.Stig Bjørlykke1-15/+15
2016-08-04[BTLE-Nordic] Set pinfo->p2p_dir as seen from "Master".AndersBroman1-3/+2
2016-08-02[BTLE] Change address from unknown_0x... to master or slave.AndersBroman1-0/+2
2016-08-02[BLE] Make the Nordic BLE dissector fill in the btle_context_t struct.AndersBroman1-22/+25
2016-07-22Get rid of all references to new_create_dissector_handle().Guy Harris1-4/+0
2016-07-22Add Nordic semiconductors dissector to read files produced by their BTLEAndersBroman1-0/+743