diff options
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. |