aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/encodings.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-05 18:56:22 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-05 18:56:22 +0000
commitc81eb6e77ca17136ddff82fe93433007f9b93681 (patch)
treed299af38a1439fe661c43ef4bce5a1dd2cced262 /Source/charon/encoding/payloads/encodings.h
parent7ba3f707df54449e3119fb50e684862898aa998c (diff)
downloadstrongswan-c81eb6e77ca17136ddff82fe93433007f9b93681.tar.bz2
strongswan-c81eb6e77ca17136ddff82fe93433007f9b93681.tar.xz
- Implemented and tested eap_payload_t
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 1262a0cbe..a53dc3e63 100644
--- a/Source/charon/encoding/payloads/encodings.h
+++ b/Source/charon/encoding/payloads/encodings.h
@@ -426,6 +426,16 @@ enum encoding_type_t{
CERTREQ_DATA,
/**
+ * Representating an EAP message field.
+ *
+ * When generating the content of the chunkt pointing to
+ * is written.
+ *
+ * When parsing (Payload Length - 4) bytes are read and written into the chunk pointing to.
+ */
+ EAP_MESSAGE,
+
+ /**
* Representating the SPIS field in a DELETE payload.
*
* When generating the content of the chunkt pointing to