From 49a72ce3943adcf87a080a734adcdecb8efca5ed Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Thu, 24 Nov 2005 14:21:23 +0000 Subject: [PATCH] function better described --- Source/charon/encoding/message.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/charon/encoding/message.h b/Source/charon/encoding/message.h index 2883ebf..3ec1daf 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 -- 2.7.4