X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/a56c83b48b2f37e879cc274bfeb64c2325d241da..e445d503676ded25fe46aa6cfef2fa63ebdd71ae:/linux-include/netinet/udp.h diff --git a/linux-include/netinet/udp.h b/linux-include/netinet/udp.h index 354a213c..8cb6f562 100644 --- a/linux-include/netinet/udp.h +++ b/linux-include/netinet/udp.h @@ -42,4 +42,4 @@ struct udphdr { u_short uh_dport; /* destination port */ short uh_ulen; /* udp length */ u_short uh_sum; /* udp checksum */ -}; +} __attribute__ ((packed));