summaryrefslogtreecommitdiff
path: root/tools/btsnoop.c
Commit message (Expand)AuthorAgeFilesLines
* btmon: Fix decoding truncated dataƁukasz Rymanowski2023-03-141-3/+3
* tools: Fix signed integer overflow in btsnoop.cIldar Kamaletdinov2022-04-041-1/+1
* tools: Cleanup deprecated symbolic file permissionsBrian Gix2021-02-231-2/+1
* tools: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-291-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* tools/btsnoop: Fix opcode for SCO TX packetJukka Kinnunen2015-01-221-1/+1
* tools: Fix compilation errors with muslSzymon Janc2014-09-241-0/+1
* tools/btsnoop : Fix variable reassigning issueGowtham Anandha Babu2014-09-161-2/+3
* btsnoop: Remove unused local function and macroAndre Guedes2014-02-171-13/+0
* tools: Use shared btsnoop.h header file for utilityMarcel Holtmann2014-02-111-1/+1
* tools: Use be32toh, htobe32, be64toh and htobe64 functionsMarcel Holtmann2014-01-241-16/+16
* tools: Fix typo in error messageMarcel Holtmann2013-08-251-1/+1
* tools: Use btsnoop constants in conversion utilityMarcel Holtmann2013-08-231-23/+16
* tools: Add helper for extracting advertising data out of btsnoop filesMarcel Holtmann2013-01-081-0/+73
* tools: Add helper for extracting EIR data out of btsnoop filesMarcel Holtmann2013-01-081-10/+96
* tools: Add helper for extracting SDP PDUs out of btsnoop filesMarcel Holtmann2013-01-081-2/+120
* Revert "Ensure config.h is included by using CPPFLAGS"Johan Hedberg2012-12-071-0/+4
* Ensure config.h is included by using CPPFLAGSLucas De Marchi2012-12-051-4/+0
* build-sys: Define _GNU_SOURCE in config.hLucas De Marchi2012-12-051-1/+0
* btsnoop: _GNU_SOURCE is needed for O_CLOEXEC on some systemsJohan Hedberg2012-11-281-0/+1
* btsnoop: Fix missing sys/stat.h include needed by S_IRUSRJohan Hedberg2012-11-281-0/+1
* btsnoop: Fix signedness compilation errorsJohan Hedberg2012-11-061-2/+2
* tools: Add tool for merging multiple btsnoop traces into oneMarcel Holtmann2012-11-041-0/+349