]> The Tcpdump Group git mirrors - tcpdump/commit
Various fixes.
authorGuy Harris <[email protected]>
Thu, 9 Jan 2014 00:59:07 +0000 (16:59 -0800)
committerGuy Harris <[email protected]>
Thu, 9 Jan 2014 00:59:07 +0000 (16:59 -0800)
commita403881e82fa71924576c64a8230803385420e4b
tree6976d79564212e410825aee181928a12ac3b75cb
parent57a643a0b59e9941cf23c33d40c5d4e4b547b7ba
Various fixes.

Get rid of zero-length arrays; not all compilers support them.

Get rid of __attribute__((packed)); not all compilers support it, so we
can't depend on it.

Use explicit constants for sizes, just in case some compilers pad
structures.

Add some length checks.

Make some ND_TTEST2 calls ND_TCHECK2 calls instead, so they report
truncation if they fail.

Constify some pointers.
print-icmp6.c
rpl.h