]> The Tcpdump Group git mirrors - tcpdump/blobdiff - ah.h
add support for AS-PIC cookies
[tcpdump] / ah.h
diff --git a/ah.h b/ah.h
index ca3969a9370cf57a2566dff2e56f3c4584015b8f..c22806afe8503e718b78e42ef4290329e6a902c5 100644 (file)
--- a/ah.h
+++ b/ah.h
@@ -43,7 +43,7 @@ struct ah {
        u_int16_t       ah_reserve;     /* Reserved for future use */
        u_int32_t       ah_spi;         /* Security parameter index */
        /* variable size, 32bit bound*/ /* Authentication data */
-} __attribute__((packed));
+};
 
 struct newah {
        u_int8_t        ah_nxt;         /* Next Header */
@@ -52,6 +52,6 @@ struct newah {
        u_int32_t       ah_spi;         /* Security parameter index */
        u_int32_t       ah_seq;         /* Sequence number field */
        /* variable size, 32bit bound*/ /* Authentication data */
-} __attribute__((packed));
+};
 
 #endif /*_NETINET6_AH_H_*/