On Wed, Jun 06, 2001 at 02:15:59PM -0400, Charlie Lenahan wrote:
> Since some people emailed me asking to see the stuff I had done, I'll post it
> here.

I've checked it in, with:

        fixes to byte-order problems (you can't just use "memcpy()" to
        extract multi-byte integral quantities from a packet, as that
        only works on machines with the same byte order as the data in
        the packet - you must use the appropriate macros from
        "extract.h");

        bounds checks added, to make sure we're not going past the end
        of the captured portion of the packet;

        bitfields removed (the order of bits in bitfields in structures
        is platform-dependent);

        assorted other fixes.
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe

Reply via email to