aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/encodings.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-05 13:43:43 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-05 13:43:43 +0000
commit9bdd74eae7fb432163fafb21e7fc6c4fb4df2247 (patch)
treed6d519545417fe9e0a8968698bc8a2a325473205 /Source/charon/encoding/payloads/encodings.h
parent510c342634f45ff8b5699280869030771531c73c (diff)
downloadstrongswan-9bdd74eae7fb432163fafb21e7fc6c4fb4df2247.tar.bz2
strongswan-9bdd74eae7fb432163fafb21e7fc6c4fb4df2247.tar.xz
DELETE payload implemented and tested
Diffstat (limited to 'Source/charon/encoding/payloads/encodings.h')
-rw-r--r--Source/charon/encoding/payloads/encodings.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/charon/encoding/payloads/encodings.h b/Source/charon/encoding/payloads/encodings.h
index fe761042e..79740c339 100644
--- a/Source/charon/encoding/payloads/encodings.h
+++ b/Source/charon/encoding/payloads/encodings.h
@@ -387,6 +387,16 @@ enum encoding_type_t{
* When parsing (Payload Length - 5) bytes are read and written into the chunk pointing to.
*/
CERTREQ_DATA,
+
+ /**
+ * Representating the SPIS field in a DELETE payload.
+ *
+ * When generating the content of the chunkt pointing to
+ * is written.
+ *
+ * When parsing (Payload Length - 8) bytes are read and written into the chunk pointing to.
+ */
+ SPIS,
/**
* Representating an IKE_SPI field in an IKEv2 Header.