summaryrefslogtreecommitdiff
path: root/monitor/sdp.c
Commit message (Expand)AuthorAgeFilesLines
* monitor/sdp: Fixes out-of-bounds array accessTedd Ho-Jeong An2022-02-101-1/+1
* monitor: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-14/+1
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* monitor: Decode error responseLuiz Augusto von Dentz2018-11-021-1/+19
* btmon: fix segfault caused by buffer over-readMatias Karhumaa2018-10-181-0/+4
* btmon: fix segfault caused by integer underflowMatias Karhumaa2018-10-181-0/+10
* btmon: fix segfault caused by buffer overflowMatias Karhumaa2018-10-181-1/+6
* monitor: Fix uuid.h includesJohan Hedberg2017-12-261-1/+1
* tools: Remove monitor/uuid.{c,h}Luiz Augusto von Dentz2017-12-211-3/+3
* monitor: Use local includes for libbluetooth headersMarcel Holtmann2015-02-121-1/+1
* monitor: Fix warnings when using l2cap_frame_get*Luiz Augusto von Dentz2014-08-291-7/+5
* monitor/sdp: Make use of l2cap_frame_get*Luiz Augusto von Dentz2014-08-251-8/+8
* monitor: Add mode and channel to struct l2cap_frameLuiz Augusto von Dentz2014-07-311-2/+2
* monitor: Fix crash when parsing SDPSzymon Janc2014-06-021-3/+3
* Replace bt_get_be64() by get_be64()Claudio Takahasi2014-03-241-2/+1
* Replace bt_get_be32() by get_be32()Claudio Takahasi2014-03-241-10/+10
* Replace bt_get_be16() by get_be16()Claudio Takahasi2014-03-241-21/+23
* monitor: Update copyright and license detailsMarcel Holtmann2014-02-111-11/+11
* monitor: Opencode strndupa in print_stringSzymon Janc2013-08-011-1/+5
* 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
* monitor: Handle attribute lists for SDP recordsMarcel Holtmann2012-11-211-27/+109
* monitor: Track SDP continuation for attribute listsMarcel Holtmann2012-11-211-47/+195
* monitor: Handle UUID-32 and UUID-128 valuesMarcel Holtmann2012-11-201-2/+39
* monitor: Decode SDP element data structuresMarcel Holtmann2012-11-201-11/+221
* monitor: Add basic decoding for SDP transactionsMarcel Holtmann2012-11-171-0/+268