diff options
Diffstat (limited to 'Source/charon/payloads/encodings.h')
-rw-r--r-- | Source/charon/payloads/encodings.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/charon/payloads/encodings.h b/Source/charon/payloads/encodings.h index f365a6ebb..7ee744c99 100644 --- a/Source/charon/payloads/encodings.h +++ b/Source/charon/payloads/encodings.h @@ -191,6 +191,15 @@ enum encoding_type_e{ */ SPI, /** + * Representating a Jey Exchange 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. + */ + KEY_EXCHANGE_DATA, + /** * Representating one or more proposal substructures * * The offset points to a linked_list_t pointer. |