diff options
Diffstat (limited to 'Source/charon/payloads/encodings.h')
-rw-r--r-- | Source/charon/payloads/encodings.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/Source/charon/payloads/encodings.h b/Source/charon/payloads/encodings.h index 2c69d494c..f6315176f 100644 --- a/Source/charon/payloads/encodings.h +++ b/Source/charon/payloads/encodings.h @@ -296,7 +296,17 @@ enum encoding_type_e{ * * When parsing SPI_SIZE bytes are read and written into the chunk pointing to. */ - ATTRIBUTE_VALUE + ATTRIBUTE_VALUE, + + /** + * Representating a Nonce Data 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. + */ + NONCE_DATA }; /** |