aboutsummaryrefslogtreecommitdiff
path: root/print-bt.c
diff options
context:
space:
mode:
Diffstat (limited to 'print-bt.c')
-rw-r--r--print-bt.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/print-bt.c b/print-bt.c
index 128daade..b37f8fa0 100644
--- a/print-bt.c
+++ b/print-bt.c
@@ -17,14 +17,15 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-#define NETDISSECT_REWORKED
+/* \summary: Bluetooth printer */
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
-#include "interface.h"
+#include "netdissect.h"
#include "extract.h"
#if defined(DLT_BLUETOOTH_HCI_H4_WITH_PHDR) && defined(HAVE_PCAP_BLUETOOTH_H)