diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-05 14:01:56 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-05 14:01:56 +0000 |
commit | e70c7feb028e20913af092fbe204ec648bbeda65 (patch) | |
tree | edab5aafb1a06f486c49db5f4aff7f62e6a1b076 /Source/charon/encoding/payloads/encodings.h | |
parent | 9bdd74eae7fb432163fafb21e7fc6c4fb4df2247 (diff) | |
download | strongswan-e70c7feb028e20913af092fbe204ec648bbeda65.tar.bz2 strongswan-e70c7feb028e20913af092fbe204ec648bbeda65.tar.xz |
- implemented and tested VENDOR ID payload
Diffstat (limited to 'Source/charon/encoding/payloads/encodings.h')
-rw-r--r-- | Source/charon/encoding/payloads/encodings.h | 10 |
1 files changed, 10 insertions, 0 deletions
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. |