hcidump reads raw HCI data coming from and going to a Bluetooth device and 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. NetBSD support added and packaged by Iain D. Hibbert, via pkgsrc-wip.
14 lines
279 B
Text
14 lines
279 B
Text
$NetBSD: patch-ae,v 1.1.1.1 2006/07/25 16:28:47 salo Exp $
|
|
|
|
add necessary header file
|
|
|
|
--- parser/bnep.c.orig 2003-09-13 00:38:11.000000000 +0100
|
|
+++ parser/bnep.c
|
|
@@ -30,6 +30,7 @@
|
|
*/
|
|
|
|
#include <sys/types.h>
|
|
+#include <sys/time.h>
|
|
#include <stdio.h>
|
|
|
|
#include "parser.h"
|