strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
12c3e4c
)
function better described
author
Jan Hutter
<jhutter@hsr.ch>
Thu, 24 Nov 2005 14:21:23 +0000
(14:21 -0000)
committer
Jan Hutter
<jhutter@hsr.ch>
Thu, 24 Nov 2005 14:21:23 +0000
(14:21 -0000)
Source/charon/encoding/message.h
patch
|
blob
|
history
diff --git
a/Source/charon/encoding/message.h
b/Source/charon/encoding/message.h
index
2883ebf
..
3ec1daf
100644
(file)
--- a/
Source/charon/encoding/message.h
+++ b/
Source/charon/encoding/message.h
@@
-203,7
+203,11
@@
struct message_t {
status_t (*parse_header) (message_t *this);
/**
status_t (*parse_header) (message_t *this);
/**
- * @brief Parses body of message
+ * @brief Parses body of message.
+ *
+ * The body gets not only parsed, but rather it gets verified.
+ * All payloads are verified if they are allowed to exist in the message
+ * of this type and if their own structure is ok.
*
* @param this message_t object
* @return
*
* @param this message_t object
* @return