X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0f328b4aa16b0b47f05a85c440ce1d07719e3cac..ff2bbd6ffe2ba25884e36f2bcc97fb156cf280e6:/tcp.h diff --git a/tcp.h b/tcp.h index a6916052..33452043 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 */ -} UNALIGNED; +} ND_UNALIGNED; #define TH_OFF(th) ((EXTRACT_U_1((th)->th_offx2) & 0xf0) >> 4)