Hi, These includes won't work on my Debian box: +#include <pcap/bpf.h> +#include <pcap/usb.h>
Dependancy on pcap shouldn't be there. All is done via wiretap and if these are needed for defines or header sizes, they'll have to be included via #include <pcap.h> Thanx, Jaap On Tue, 10 Oct 2006, Paolo Abeni wrote: > hi list, > > The attached patch add a basic usb dissector to take advantage of the > recently introduces libpcap ability to sniff from USB port. > > This include the changes proposed by ronnie sahlberg, except for the > required pcap headers. > This patch add also a test to the configure script to check out if > installed version of libpcap supports USB sniffing. > > ciao, > > Paolo > > _______________________________________________ Wireshark-dev mailing list [email protected] http://www.wireshark.org/mailman/listinfo/wireshark-dev
