diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-15 15:20:26 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-15 15:20:26 +0000 |
commit | 2dcb14b0ae62eb85460306d7479d4d01efda4554 (patch) | |
tree | 300abda8a1cebdadba9a1860b9a2a8a717af1948 /Source/charon/payloads/encodings.h | |
parent | 1071642c17aeb7496110850091a7a45149309078 (diff) | |
download | strongswan-2dcb14b0ae62eb85460306d7479d4d01efda4554.tar.bz2 strongswan-2dcb14b0ae62eb85460306d7479d4d01efda4554.tar.xz |
Added encoding_type_t NOTIFICATION_DATA
Diffstat (limited to 'Source/charon/payloads/encodings.h')
-rw-r--r-- | Source/charon/payloads/encodings.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Source/charon/payloads/encodings.h b/Source/charon/payloads/encodings.h index 7ee744c99..2c69d494c 100644 --- a/Source/charon/payloads/encodings.h +++ b/Source/charon/payloads/encodings.h @@ -191,7 +191,7 @@ enum encoding_type_e{ */ SPI, /** - * Representating a Jey Exchange Data field + * Representating a Key Exchange Data field * * When generating the content of the chunkt pointing to * is written. @@ -200,6 +200,15 @@ enum encoding_type_e{ */ KEY_EXCHANGE_DATA, /** + * Representating a Notification field + * + * When generating the content of the chunkt pointing to + * is written. + * + * When parsing (Payload Length - spi size - 8) bytes are read and written into the chunk pointing to. + */ + NOTIFICATION_DATA, + /** * Representating one or more proposal substructures * * The offset points to a linked_list_t pointer. |