summaryrefslogtreecommitdiff
path: root/pcap-bt-linux.c
diff options
context:
space:
mode:
authorguy <guy>2007-08-18 20:54:52 +0000
committerguy <guy>2007-08-18 20:54:52 +0000
commit266b20f3d4bc6ae55ea9742eadb8fbe40c6b7750 (patch)
treee124e925daede657e6f5c4275ee938e81813c3d5 /pcap-bt-linux.c
parent4427ebae838ba0209e56bd91edff72ace4422eea (diff)
downloadlibpcap-266b20f3d4bc6ae55ea9742eadb8fbe40c6b7750.tar.gz
Fix a message to speak of Bluetooth rather than USB.
Diffstat (limited to 'pcap-bt-linux.c')
-rw-r--r--pcap-bt-linux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcap-bt-linux.c b/pcap-bt-linux.c
index 810774f4..f54fc48f 100644
--- a/pcap-bt-linux.c
+++ b/pcap-bt-linux.c
@@ -34,7 +34,7 @@
*/
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.c,v 1.7 2007-04-01 21:43:55 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/pcap-bt-linux.c,v 1.8 2007-08-18 20:54:52 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -146,7 +146,7 @@ bt_open_live(const char* bus, int snaplen, int promisc , int to_ms, char* errmsg
if (sscanf(bus, BT_IFACE"%d", &dev_id) != 1)
{
snprintf(errmsg, PCAP_ERRBUF_SIZE,
- "Can't get usb bus index from %s", bus);
+ "Can't get Bluetooth bus index from %s", bus);
return NULL;
}