{U_INT_16, "U_INT_16"},
{U_INT_32, "U_INT_32"},
{U_INT_64, "U_INT_64"},
+ {IKE_SPI, "IKE_SPI"},
{RESERVED_BIT, "RESERVED_BIT"},
{RESERVED_BYTE, "RESERVED_BYTE"},
{FLAG, "FLAG"},
*
* When parsing (Payload Length - 4) bytes are read and written into the chunk pointing to.
*/
- NONCE_DATA
+ NONCE_DATA,
+
+ /**
+ * Representating an IKE_SPI field in an IKEv2 Header
+ *
+ * When generating the value of the u_int64_t pointing to
+ * is written (host and networ order is not changed).
+ *
+ * When parsing 8 bytes are read and written into the u_int64_t pointing to.
+ */
+ IKE_SPI
};
/**