summaryrefslogtreecommitdiff
path: root/monitor/control.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-02-12 11:54:02 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-02-12 11:54:02 -0800
commitd7c40c78693aed5d0d351e7981c3c529f0aa483a (patch)
tree81e91aad54b4005c1cd65d79e7837ee41c3e7242 /monitor/control.c
parented1d75bee937970656ef14394a693b09d9d256bb (diff)
downloadbluez-d7c40c78693aed5d0d351e7981c3c529f0aa483a.tar.gz
monitor: Add support for reading Apple Packet Logger traces
Diffstat (limited to 'monitor/control.c')
-rw-r--r--monitor/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/control.c b/monitor/control.c
index bf0ee0220..f637a9633 100644
--- a/monitor/control.c
+++ b/monitor/control.c
@@ -825,7 +825,7 @@ void control_reader(const char *path)
uint32_t type;
struct timeval tv;
- btsnoop_file = btsnoop_open(path);
+ btsnoop_file = btsnoop_open(path, BTSNOOP_FLAG_PKLG_SUPPORT);
if (!btsnoop_file)
return;