aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btsmp.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-17btsmp: Fix endianess of debug public keyMatias Karhumaa1-8/+10
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-05btsmp: Put <none> in COL_INFO when having no keysStig Bjørlykke1-2/+6
2016-12-07Bluetooth: SMP: Use bitmask fieldsMichal Labedzki1-66/+59
2016-12-06Bluetooth: SMP: Indicate when keys are DebugMichal Labedzki1-4/+24
2016-12-06Bluetooth: SMP: Dissect remaining Key Distribution bitsMichal Labedzki1-3/+26
2016-12-05Bluetooth: SMP: Dissect remaining AuthReq bitsMichal Labedzki1-12/+43
2016-12-05Bluetooth: SMP: Implement 3 more commandsMichal Labedzki1-6/+65
2016-11-10Bluetooth: BTLE: Add SC bit paring in AuthReqJakub Pawlowski1-2/+11
2016-01-17Fix build [-Werror=maybe-uninitialized]João Valverde1-3/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-10-17Bluetooth: Make dissectors independent of passed dataMichal Labedzki1-13/+17
2015-06-15Qt/Bluetooth: Add Devices dialogueMichal Labedzki1-2/+15
2015-03-02Bluetooth: Fix tools/checkAPI issuesMichal Labedzki1-1/+1
2015-02-02Bluetooth: Simplify to "UnknownDirection" in Info column when direction is un...Michal Labedzki1-2/+1
2015-01-10Bluetooth: SMP: Add missing opcode for "Identity Address Information"Michal Labedzki1-2/+22
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-06Bluetooth: Avoid using find_dissector()Michal Labedzki1-4/+3
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-02Bluetooth: Use dissector data instead of pinfo->private_data. Bug 7893 (http...Michael Mann1-3/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-10/+10
2013-10-26Bluetooth: Use items for logical block objects. Bug 9327 (https://bugs.wires...Michael Mann1-3/+21
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+6
2013-03-30From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Evan Huus1-17/+11
2013-03-19From Michal Labedzki via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=...Pascal Quantin1-41/+43
2013-03-18From Michal Labedzki:Anders Broman1-1/+1
2012-10-22from Allan M. Madsen:Anders Broman1-0/+408