From 2df1222911d2129de15c8d594ae82e26b1b29b42 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Mon, 13 Feb 2012 21:43:14 +0000 Subject: [PATCH] note 0xfc for comment/note in PacketLogger --- src/hci_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci_dump.c b/src/hci_dump.c index 291c2f2d5..a705ec43d 100644 --- a/src/hci_dump.c +++ b/src/hci_dump.c @@ -75,7 +75,7 @@ typedef struct { uint32_t len; uint32_t ts_sec; uint32_t ts_usec; - uint8_t type; + uint8_t type; // 0xfc for note } #ifdef __GNUC__ __attribute__ ((packed))