Guy Harris | 4 Oct 2006 20:21
Picon
Favicon

Re: [RESEND][PATCH] enable sniff on USB ports on

Michael Richardson wrote:

>>>>>> "Guy" == Guy Harris <guy <at> alum.mit.edu> writes:
>     >> The USB pseudo headers are still in a separate file, must I move
>     >> them into pcap.h ?!?
> 
>     Guy> Not necessarily.
> 
>     Guy> If we have a separate header, however, I'd prefer to create a
>     Guy> "pcap" subdirectory of the top-level include directory
>     Guy> ("/usr/include", "/usr/ local/include", etc.), and put pcap.h
>     Guy> there, with "{top level include directory}/pcap.h" being just
> 
>   I concur.

I've checked in a change to do that.  "pcap-usb.h" is now "pcap/usb.h" 
(I didn't leave a "pcap-usb.h" file behind), and I also moved "sll.h" to 
"pcap/sll.h" and install it (for the benefit of applications that want 
to know what the DLT_LINUX_SLL cooked header looks like).
dean gaudet | 5 Oct 2006 02:27

Re: [RESEND][PATCH] enable sniff on USB ports on

On Wed, 4 Oct 2006, Guy Harris wrote:

> I've checked in a change to do that.  "pcap-usb.h" is now "pcap/usb.h" (I
> didn't leave a "pcap-usb.h" file behind), and I also moved "sll.h" to
> "pcap/sll.h" and install it (for the benefit of applications that want to know
> what the DLT_LINUX_SLL cooked header looks like).

i think you forgot to cvs add pcap/sll.h ... it's not there in cvs.

-dean
Guy Harris | 5 Oct 2006 09:07
Picon
Favicon

Re: [RESEND][PATCH] enable sniff on USB ports on

dean gaudet wrote:

> i think you forgot to cvs add pcap/sll.h ... it's not there in cvs.

Fixed.

Gmane