commit | 6b5bfdd68880731aeaa54ae147387d1ade40286a | [log] [tgz] |
---|---|---|
author | guy <guy> | Wed Apr 13 08:30:41 2005 +0000 |
committer | guy <guy> | Wed Apr 13 08:30:41 2005 +0000 |
tree | 78933b285abc7090d5088e6ee1d341752b5d20b3 | |
parent | 64690e70e5559c14aade6b2bccb3c05f14718d4c [diff] |
Don't use "u_long", as its length is not guaranteed to be 4 bytes. In fact, don't even use "u_int32_t", as we're just pointing into a packet, which is made up of bytes - use "u_char", and bump the pointer by 4 for each item.