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

2006-10-05 Thread Guy Harris
dean gaudet wrote: i think you forgot to cvs add pcap/sll.h ... it's not there in cvs. Fixed. - This is the tcpdump-workers list. Visit https://cod.sandelman.ca/ to unsubscribe.

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

2006-10-04 Thread dean gaudet
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

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

2006-10-04 Thread Guy Harris
Michael Richardson wrote: "Guy" == Guy Harris <[EMAIL PROTECTED]> 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" subdir

Re: [tcpdump-workers] [RESEND][PATCH] enable sniff on USB ports on linux (BSD license)

2006-10-03 Thread Guy Harris
On Oct 2, 2006, at 6:21 PM, ronnie sahlberg wrote: No it is for "raw" usb frames with some additional infomation added by the capturing layer. Some of these frames, those captured when talking to a memorystick, will likely contain SCSI CDBs and DATA frames in some layer above the actu

Re: [tcpdump-workers] [RESEND][PATCH] enable sniff on USB ports on linux (BSD license)

2006-10-02 Thread ronnie sahlberg
No it is for "raw" usb frames with some additional infomation added by the capturing layer. Some of these frames, those captured when talking to a memorystick, will likely contain SCSI CDBs and DATA frames in some layer above the actual usb layer but other frames might contain different comman

Re: [tcpdump-workers] [RESEND][PATCH] enable sniff on USB ports on linux (BSD license)

2006-10-02 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > "Guy" == Guy Harris <[EMAIL PROTECTED]> 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

Re: [tcpdump-workers] [RESEND][PATCH] enable sniff on USB ports on linux (BSD license)

2006-10-02 Thread Guy Harris
On Oct 2, 2006, at 2:31 AM, Paolo Abeni wrote: I posted this mail a few days ago, but I can't see it in the mailing list archive... Sorry for any duplicates... I didn't see it either. The USB pseudo headers are still in a separate file, must I move them into pcap.h ?!? Not necessarily.

[tcpdump-workers] [RESEND][PATCH] enable sniff on USB ports on linux (BSD license)

2006-10-02 Thread Paolo Abeni
hi, I posted this mail a few days ago, but I can't see it in the mailing list archive... Sorry for any duplicates... I changed the license on the newly added file (now are under BSD license). The USB pseudo headers are still in a separate file, must I move them into pcap.h ?!? I have to fix a