aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-24 14:21:23 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-24 14:21:23 +0000
commit49a72ce3943adcf87a080a734adcdecb8efca5ed (patch)
tree11e1589f5912af55788078996fbc3c06cbc7aa98 /Source/charon/encoding
parent12c3e4c860e8d7d76b52dd02a9ca9af77551c2e5 (diff)
downloadstrongswan-49a72ce3943adcf87a080a734adcdecb8efca5ed.tar.bz2
strongswan-49a72ce3943adcf87a080a734adcdecb8efca5ed.tar.xz
function better described
Diffstat (limited to 'Source/charon/encoding')
-rw-r--r--Source/charon/encoding/message.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/charon/encoding/message.h b/Source/charon/encoding/message.h
index 2883ebf5a..3ec1daf81 100644
--- 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);
/**
- * @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