Package: libpcap Version: 1.0.0-6 Severity: important User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu lucid ubuntu-patch
The path to text-based usbmon files has been changed. Patch attached. This bug report was originally filed about Ubuntu and it can be found at http://launchpad.net/bugs/523349 -- System Information: Debian Release: squeeze/sid APT prefers lucid-updates APT policy: (500, 'lucid-updates'), (500, 'lucid-security'), (500, 'lucid') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-13-generic (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
Index: libpcap-1.0.0/pcap-usb-linux.c =================================================================== --- libpcap-1.0.0.orig/pcap-usb-linux.c 2009-08-03 12:28:21.627395984 -0400 +++ libpcap-1.0.0/pcap-usb-linux.c 2009-08-03 12:28:29.528496263 -0400 @@ -63,7 +63,7 @@ #define USB_IFACE "usbmon" -#define USB_TEXT_DIR "/sys/kernel/debug/usbmon" +#define USB_TEXT_DIR "/sys/kernel/debug/usb/usbmon" #define USB_BUS_DIR "/dev/bus/usb" #define USB_LINE_LEN 4096