- code cleanup of encoding package

This commit is contained in:
Martin Willi
2005-12-06 13:44:22 +00:00
parent 59de50868b
commit c3dc864eaa
46 changed files with 341 additions and 244 deletions
+5 -10
View File
@@ -27,14 +27,6 @@
#include <encoding/payloads/payload.h>
#include <encoding/payloads/transform_substructure.h>
#include <utils/linked_list.h>
/**
* Critical flag must not be set.
*
* @ingroup payloads
*/
#define KE_PAYLOAD_CRITICAL_FLAG FALSE;
/**
* KE payload length in bytes without any key exchange data.
*
@@ -46,10 +38,13 @@
typedef struct ke_payload_t ke_payload_t;
/**
* Object representing an IKEv2-KE Payload.
* @brief Class representing an IKEv2-KE Payload.
*
* The KE Payload format is described in RFC section 3.4.
*
* @b Constructors:
* - ke_payload_create()
*
* @ingroup payloads
*/
struct ke_payload_t {
@@ -105,7 +100,7 @@ struct ke_payload_t {
/**
* @brief Creates an empty ke_payload_t object
*
* @return created ke_payload_t object
* @return ke_payload_t object
*
* @ingroup payloads
*/