]> The Tcpdump Group git mirrors - tcpdump/commit
Get rid of ND_UNALIGNED.
authorGuy Harris <[email protected]>
Wed, 14 Feb 2018 22:03:41 +0000 (14:03 -0800)
committerGuy Harris <[email protected]>
Wed, 14 Feb 2018 22:03:41 +0000 (14:03 -0800)
commitf7270107776915967c9e88e1d0d58384990633bb
treefb6fb77aa3f3d114ad998393f667b213b4b5d251
parent19b46e28357131bbc4047e7dfa7074629185316e
Get rid of ND_UNALIGNED.

Structures that describe packet formats now all use nd_ types, none of
which require more than 1-byte alignment, so compilers shouldn't assume
that anything in those structures is aligned on any particular boundary,
even without a "this is unaligned" hint.
ip6.h
netdissect.h
print-bootp.c
print-dccp.c
tcp.h