- added protocol_id_t

This commit is contained in:
Jan Hutter
2005-11-21 08:01:15 +00:00
parent daa1c00e9f
commit 447380f42a
@@ -36,6 +36,19 @@
*/
#define PROPOSAL_SUBSTRUCTURE_HEADER_LENGTH 8
/**
* Protocol ID of a proposal
*/
typedef enum protocol_id_e protocol_id_t;
enum protocol_id_e {
UNDEFINED_PROTOCOL_ID = 201,
IKE = 1,
AH = 2,
ESP = 3,
};
/**
* Object representing an IKEv2- PROPOSAL SUBSTRUCTURE
*