X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/dbddfda2c806a98b1fc8fd86cc3c34a4f9915d70..refs/pull/440/head:/ah.h diff --git a/ah.h b/ah.h index 5219e54c..d87a087e 100644 --- a/ah.h +++ b/ah.h @@ -38,16 +38,16 @@ #define _NETINET6_AH_H_ struct ah { - uint8_t ah_nxt; /* Next Header */ - uint8_t ah_len; /* Length of data, in 32bit */ + uint8_t ah_nxt; /* Next Header */ + uint8_t ah_len; /* Length of data, in 32bit */ uint16_t ah_reserve; /* Reserved for future use */ uint32_t ah_spi; /* Security parameter index */ /* variable size, 32bit bound*/ /* Authentication data */ }; struct newah { - uint8_t ah_nxt; /* Next Header */ - uint8_t ah_len; /* Length of data + 1, in 32bit */ + uint8_t ah_nxt; /* Next Header */ + uint8_t ah_len; /* Length of data + 1, in 32bit */ uint16_t ah_reserve; /* Reserved for future use */ uint32_t ah_spi; /* Security parameter index */ uint32_t ah_seq; /* Sequence number field */