From: Jan Hutter Date: Thu, 24 Nov 2005 14:21:23 +0000 (-0000) Subject: function better described X-Git-Tag: 4.0.0~298 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=49a72ce3943adcf87a080a734adcdecb8efca5ed function better described --- 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