Re: [tcpdump-workers] [PATCH] enable sniff on USB ports on linux

2006-09-28 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > "Guy" == Guy Harris <[EMAIL PROTECTED]> writes: Guy> I don't know what would be required to go to the 3-clause Berkeley Guy> license. Guy> 2) Should we have separate header files for pseudo-headers defined by Guy> libpcap, or sh

Re: [tcpdump-workers] [PATCH] enable sniff on USB ports on linux

2006-09-28 Thread Guy Harris
abeni wrote: An USB pseudo header is prepended to the captured URB to give additional information on URB (type, sender, ecc.). That pseudo-header is currently in a separate GPL'ed pcap-usb.h header: 1) The rest of libpcap is licensed under the Berkeley license, with some of it under the fou

[tcpdump-workers] [PATCH] enable sniff on USB ports on linux

2006-09-28 Thread abeni
hi all, The attached patch enables sniffing on USB buses on linux box. It use the usbmon infrastructure present in recent 2.6 linux kernels (I think that was introduced in 2.6.9) and requires debugfs to be mounted into /sys/kernel/debug. The code add an interface for each usb bus present on th