diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-29 11:16:15 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-29 11:16:15 +0000 |
commit | 2326633550ee256c0dfda5dc2111811dc0877a58 (patch) | |
tree | 25f23c505383d649aa00ddbcaeabc9df249760ab /Source/charon/encoding/payloads/encodings.h | |
parent | 0e96f7d8c3aefaa1717f4c30e66fdc459d3f2ecc (diff) | |
download | strongswan-2326633550ee256c0dfda5dc2111811dc0877a58.tar.bz2 strongswan-2326633550ee256c0dfda5dc2111811dc0877a58.tar.xz |
- added and tested auth_payload_t class
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 d39453a49..106419bf2 100644 --- a/Source/charon/encoding/payloads/encodings.h +++ b/Source/charon/encoding/payloads/encodings.h @@ -318,6 +318,16 @@ enum encoding_type_t{ * When parsing (Payload Length - 8) bytes are read and written into the chunk pointing to. */ ID_DATA, + + /** + * Representating a AUTH Data field. + * + * 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. + */ + AUTH_DATA, /** * Representating an IKE_SPI field in an IKEv2 Header. |