summaryrefslogtreecommitdiff
path: root/monitor/packet.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-11-04 06:48:06 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-11-04 06:48:06 +0100
commit14883d64dde384fc0d671d33c058fbdb3aa8bb11 (patch)
tree78b60156e30e3b158e18225f37eb2de53fb08bad /monitor/packet.h
parent2290fbb9f5f0d1aa5b4f2b5529d0427af0bf3479 (diff)
downloadbluez-14883d64dde384fc0d671d33c058fbdb3aa8bb11.tar.gz
monitor: Do not show index for single controller trace files
Diffstat (limited to 'monitor/packet.h')
-rw-r--r--monitor/packet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/monitor/packet.h b/monitor/packet.h
index ea21bd7f6..29fab66de 100644
--- a/monitor/packet.h
+++ b/monitor/packet.h
@@ -33,6 +33,8 @@
#define PACKET_FILTER_SHOW_SCO_DATA (1 << 4)
void packet_set_filter(unsigned long filter);
+void packet_add_filter(unsigned long filter);
+void packet_del_filter(unsigned long filter);
void packet_hexdump(const unsigned char *buf, uint16_t len);