prints to screen commands, events and data in a human-readable form. Optionally, the dump can be written to a file rather than parsed, and the dump file can be parsed in a subsequent moment. This is a patched standalone version not requiring bluez-libs, suitable for use with the netbt Bluetooth stack [originating] in NetBSD. -- the sysutils/hcidump package (which this will replace) is a descendent of a previous version of the bluez-hcidump package.
15 lines
392 B
Text
15 lines
392 B
Text
$NetBSD: patch-aj,v 1.1.1.1 2010/12/19 20:20:43 plunky Exp $
|
|
|
|
--- parser/tcpip.c.orig 2007-02-18 03:39:02.000000000 +0000
|
|
+++ parser/tcpip.c
|
|
@@ -32,8 +32,9 @@
|
|
#include <string.h>
|
|
#include <sys/types.h>
|
|
|
|
-#include <net/ethernet.h>
|
|
+#include <net/if.h>
|
|
#include <netinet/in.h>
|
|
+#include <netinet/in_systm.h>
|
|
#include <netinet/ip.h>
|
|
#include <netinet/ip6.h>
|
|
#include <netinet/if_ether.h>
|