]> The Tcpdump Group git mirrors - tcpdump/commit
Fetch a 32-bit big-endian quantity with EXTRACT_32BITS().
authorGuy Harris <[email protected]>
Mon, 27 Apr 2015 00:03:32 +0000 (17:03 -0700)
committerGuy Harris <[email protected]>
Mon, 27 Apr 2015 00:03:32 +0000 (17:03 -0700)
commit7ac62c7158038962fe00f7b916cb144759d6382f
tree0411514b5ea09dbc69d47d7d2b2cb0525f4cae62
parent78c64db7503a130b3df8495c620c293908d916ea
Fetch a 32-bit big-endian quantity with EXTRACT_32BITS().

*Don't* fetch it with a pointer cast and dereference!  That will fail on
little-endian machines and may fail on machines that don't handle
unaligned references.
print-icmp6.c