From 3866e8312346839a7b6d1ddb521c4a0a8033dd5f Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 19 Mar 2009 09:37:03 -0700 Subject: From Roman Francoise: rename the USB-sniffing devices to "usbmonN", so as not to collide with the "usbN" names for USB-based networking devices. --- pcap-usb-linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pcap-usb-linux.c') diff --git a/pcap-usb-linux.c b/pcap-usb-linux.c index 93c3f6d..358865c 100644 --- a/pcap-usb-linux.c +++ b/pcap-usb-linux.c @@ -64,7 +64,7 @@ static const char rcsid[] _U_ = #include #endif -#define USB_IFACE "usb" +#define USB_IFACE "usbmon" #define USB_TEXT_DIR "/sys/kernel/debug/usbmon" #define SYS_USB_BUS_DIR "/sys/bus/usb/devices" #define PROC_USB_BUS_DIR "/proc/bus/usb" -- cgit v1.2.3