X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/45fc519a2ac35af5805204418c370136aa0db1f7..a8abce5c5e2dce2ba6dbccd5d3829da104b80f9c:/tcp.h diff --git a/tcp.h b/tcp.h index 33452043..701c23f8 100644 --- a/tcp.h +++ b/tcp.h @@ -47,7 +47,7 @@ struct tcphdr { nd_uint16_t th_win; /* window */ nd_uint16_t th_sum; /* checksum */ nd_uint16_t th_urp; /* urgent pointer */ -} ND_UNALIGNED; +}; #define TH_OFF(th) ((EXTRACT_U_1((th)->th_offx2) & 0xf0) >> 4)