From e70c7feb028e20913af092fbe204ec648bbeda65 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Mon, 5 Dec 2005 14:01:56 +0000 Subject: - implemented and tested VENDOR ID payload --- Source/charon/encoding/payloads/encodings.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'Source/charon/encoding/payloads/encodings.h') diff --git a/Source/charon/encoding/payloads/encodings.h b/Source/charon/encoding/payloads/encodings.h index 79740c339..39c6d31a1 100644 --- a/Source/charon/encoding/payloads/encodings.h +++ b/Source/charon/encoding/payloads/encodings.h @@ -397,6 +397,16 @@ enum encoding_type_t{ * When parsing (Payload Length - 8) bytes are read and written into the chunk pointing to. */ SPIS, + + /** + * Representating the VID DATA field in a VENDOR ID 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. + */ + VID_DATA, /** * Representating an IKE_SPI field in an IKEv2 Header. -- cgit v1.2.3