Added encoding_type_t NOTIFICATION_DATA
This commit is contained in:
@@ -39,6 +39,7 @@ mapping_t encoding_type_t_mappings[] = {
|
|||||||
{SPI_SIZE, "SPI_SIZE"},
|
{SPI_SIZE, "SPI_SIZE"},
|
||||||
{SPI, "SPI"},
|
{SPI, "SPI"},
|
||||||
{KEY_EXCHANGE_DATA, "KEY_EXCHANGE_DATA"},
|
{KEY_EXCHANGE_DATA, "KEY_EXCHANGE_DATA"},
|
||||||
|
{NOTIFICATION_DATA, "NOTIFICATION_DATA"},
|
||||||
{PROPOSALS, "PROPOSALS"},
|
{PROPOSALS, "PROPOSALS"},
|
||||||
{TRANSFORMS, "TRANSFORMS"},
|
{TRANSFORMS, "TRANSFORMS"},
|
||||||
{TRANSFORM_ATTRIBUTES, "TRANSFORM_ATTRIBUTES"},
|
{TRANSFORM_ATTRIBUTES, "TRANSFORM_ATTRIBUTES"},
|
||||||
|
|||||||
@@ -191,7 +191,7 @@ enum encoding_type_e{
|
|||||||
*/
|
*/
|
||||||
SPI,
|
SPI,
|
||||||
/**
|
/**
|
||||||
* Representating a Jey Exchange Data field
|
* Representating a Key Exchange Data field
|
||||||
*
|
*
|
||||||
* When generating the content of the chunkt pointing to
|
* When generating the content of the chunkt pointing to
|
||||||
* is written.
|
* is written.
|
||||||
@@ -199,6 +199,15 @@ enum encoding_type_e{
|
|||||||
* When parsing (Payload Length - 8) bytes are read and written into the chunk pointing to.
|
* When parsing (Payload Length - 8) bytes are read and written into the chunk pointing to.
|
||||||
*/
|
*/
|
||||||
KEY_EXCHANGE_DATA,
|
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
|
* Representating one or more proposal substructures
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user