- added exchange types

This commit is contained in:
Martin Willi
2005-11-16 16:12:03 +00:00
parent 050ce09b6f
commit 02d3cba7ce
2 changed files with 16 additions and 5 deletions
+4 -3
View File
@@ -59,10 +59,9 @@ typedef enum exchange_type_e exchange_type_t;
enum exchange_type_e{
/**
* NOT_SET, not a official message type :-)
* EXCHANGE_TYPE_UNDEFINED, not a official message type :-)
*/
NOT_SET = 0,
EXCHANGE_TYPE_UNDEFINED = 240,
/**
* IKE_SA_INIT
*/
@@ -81,6 +80,8 @@ enum exchange_type_e{
INFORMATIONAL = 37
};
extern mapping_t exchange_type_m[];
/**
* Object representing an IKEv2-Header
*