aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encodings.c
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-10 08:44:17 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-10 08:44:17 +0000
commit1061c878a9e342424e8204aba71eb3b532850fd7 (patch)
tree5a94e281717e7d5b2b2d6815b1f43176ac0ae237 /Source/charon/encodings.c
parented7634e696b8b96efb14c959865b9e964b843cdb (diff)
downloadstrongswan-1061c878a9e342424e8204aba71eb3b532850fd7.tar.bz2
strongswan-1061c878a9e342424e8204aba71eb3b532850fd7.tar.xz
- linked_list, event_queue, send_queue and job_queue returns now
count directly
Diffstat (limited to 'Source/charon/encodings.c')
-rw-r--r--Source/charon/encodings.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/Source/charon/encodings.c b/Source/charon/encodings.c
index c85ba927d..26170bddd 100644
--- a/Source/charon/encodings.c
+++ b/Source/charon/encodings.c
@@ -1,13 +1,13 @@
/**
* @file encodings.c
*
- * @brief Type definitions for parser and generator
- * Also, Payload types are defined here.
+ * @brief Type definitions for parser and generator,
+ * also payload types are defined here.
*
* Header is parsed like a payload and gets its one payload_id
- * from PRIVATE USE space. Also the substructures get their own
- * payload_id from PRIVATE_USE space
- *
+ * from PRIVATE USE space. Also the substructures
+ * of specific payload types get their own payload_id
+ * from PRIVATE_USE space. See RFC for mor informations.
*
*/
@@ -32,9 +32,10 @@
extern payload_info_t ike_header_info;
/**
- * Contains all payload informations supported by parser and generator
+ * List containing all payload informations
+ * supported by parser and generator.
*
- * @warning This list must be NULL terminated
+ * @warning This list must be NULL terminated.
*/
payload_info_t *payload_infos[] = {
&ike_header_info,