- Implemented but not tested unknown_payload_t

This commit is contained in:
Jan Hutter
2005-12-05 19:17:45 +00:00
parent c81eb6e77c
commit 34852cae00
8 changed files with 395 additions and 9 deletions
@@ -454,6 +454,17 @@ enum encoding_type_t{
* When parsing (Payload Length - 4) bytes are read and written into the chunk pointing to.
*/
VID_DATA,
/**
* Representating the DATA of an unknown payload.
*
* 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.
*/
UNKNOWN_DATA,
/**
* Representating an IKE_SPI field in an IKEv2 Header.