ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

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

From: Paolo Abeni <paolo.abeni@xxxxxxxx>
Date: Tue, 10 Oct 2006 19:33:01 +0200
Hello,

On Tue, 2006-10-10 at 18:47 +0200, Jaap Keuter wrote:
> These includes won't work on my Debian box:
> +#include <pcap/bpf.h>
> +#include <pcap/usb.h>

have you re-run the configure script ?!? this headers came from current
libpcap cvs and, at least pcap/usb.h is not included from pcap.h.

best regards,

Paolo