Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [PATCH] usb dissector

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Tue, 10 Oct 2006 18:47:28 +0200 (CEST)
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
>
>