Re: [tcpdump-workers] [PATCH] [REPOST] enforce host byte order on

2007-01-29 Thread Guy Harris
Abeni Paolo wrote: The patch contained in the previous post does conatain an offset error while accessing the linux usb header struct. The one attached here should fix the issue. Please give it a review, since this sort of thing is a bit tricky. Checked in. I was tempted by implementing and

[tcpdump-workers] [PATCH] [REPOST] enforce host byte order on usb header

2007-01-22 Thread Abeni Paolo
hello, The patch contained in the previous post does conatain an offset error while accessing the linux usb header struct. The one attached here should fix the issue. Please give it a review, since this sort of thing is a bit tricky. I was tempted by implementing and using an OFFSETOF() macro l