aboutsummaryrefslogtreecommitdiff
path: root/pcap-bt-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-bt-linux.h')
-rw-r--r--pcap-bt-linux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-bt-linux.h b/pcap-bt-linux.h
index cc8be7de..ed01190f 100644
--- a/pcap-bt-linux.h
+++ b/pcap-bt-linux.h
@@ -30,11 +30,11 @@
* Bluetooth sniffing API implementation for Linux platform
* By Paolo Abeni <paolo.abeni@email.it>
*
- * @(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.h,v 1.4 2007-09-14 01:55:49 guy Exp $ (LBL)
+ * @(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.h,v 1.5 2008-04-04 19:37:45 guy Exp $ (LBL)
*/
/*
* Prototypes for Bluetooth-related functions
*/
int bt_platform_finddevs(pcap_if_t **alldevsp, char *err_str);
-pcap_t* bt_open_live(const char* bus, int snaplen, int promisc , int to_ms, char* errmsg);
+pcap_t *bt_create(const char *device, char *ebuf);