]> The Tcpdump Group git mirrors - tcpdump/commit
Use EXTRACT_16BITS to extract big-endian 16-bit quantities from the packet.
authorGuy Harris <[email protected]>
Wed, 27 Jan 2010 02:35:53 +0000 (18:35 -0800)
committerGuy Harris <[email protected]>
Wed, 27 Jan 2010 02:35:53 +0000 (18:35 -0800)
commit19b5602a0ce71f96fcbc75c3781c41aea4223e1e
tree6004d969fa070a477852790938beec27f79e33fe
parent67c76d583f34b21d225f01dfdbecbf8468dddbdd
Use EXTRACT_16BITS to extract big-endian 16-bit quantities from the packet.

There's no guarantee that those quantities will be properly aligned, nor
is there any guarantee that fetching an improperly-aligned quantity will
work as desired.
print-sctp.c