]> The Tcpdump Group git mirrors - tcpdump/blobdiff - linux-include/netinet/udp.h
add __attribute__ ((packed)). From [email protected] (Chris G. Demetriou)
[tcpdump] / linux-include / netinet / udp.h
index 354a213cbc2a0dcf96d7c7f8414da30e8481f141..8cb6f562a8314940da80f796167723d6610ed826 100644 (file)
@@ -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));