]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - Source/charon/payloads/payload.h
Introduced payload types sa_payload and proposal_substructure
[thirdparty/strongswan.git] / Source / charon / payloads / payload.h
index 1625a866b6f9135df37b469c0f7b54dda57eb77f..0749a653c35048e2f1bbebe34b895f9732abc2ce 100644 (file)
@@ -111,12 +111,28 @@ enum payload_type_e{
        EXTENSIBLE_AUTHENTICATION = 48,
        
        /**
-        * Header has value 140 of PRIVATE USE space
+        * Header has a value of PRIVATE USE space
         * 
         * This payload type is not send over wire and just 
         * used internally to handle IKEv2-Header like a payload.
         */
-       HEADER = 140
+       HEADER = 140,
+       
+       /**
+        * PROPOSAL_SUBSTRUCTURE has a value of PRIVATE USE space
+        * 
+        * This payload type is not send over wire and just 
+        * used internally to handle a proposal substructure like a payload.
+        */
+       PROPOSAL_SUBSTRUCTURE = 141,
+
+       /**
+        * TRANSFORM_SUBSTRUCTURE has a value of PRIVATE USE space
+        * 
+        * This payload type is not send over wire and just 
+        * used internally to handle a transform substructure like a payload.
+        */
+       TRANSFORM_SUBSTRUCTURE = 142,
 };