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
285 B
Text
14 lines
285 B
Text
$NetBSD: patch-ah,v 1.1.1.1 2006/07/25 16:28:47 salo Exp $
|
|
|
|
insert needed header file
|
|
|
|
--- parser/hidp.c.orig 2004-02-17 22:33:10.000000000 +0000
|
|
+++ parser/hidp.c
|
|
@@ -30,6 +30,7 @@
|
|
*/
|
|
|
|
#include <sys/types.h>
|
|
+#include <sys/time.h>
|
|
#include <stdio.h>
|
|
|
|
#include "parser.h"
|