diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-05 18:56:22 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-05 18:56:22 +0000 |
commit | c81eb6e77ca17136ddff82fe93433007f9b93681 (patch) | |
tree | d299af38a1439fe661c43ef4bce5a1dd2cced262 /Source/charon/encoding/payloads/encodings.h | |
parent | 7ba3f707df54449e3119fb50e684862898aa998c (diff) | |
download | strongswan-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.h | 10 |
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 |