aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/message.h
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-11-17 12:50:54 +0000
committerJan Hutter <jhutter@hsr.ch>2005-11-17 12:50:54 +0000
commit2dbc31682ca580615d4f6855a1e7dfdcc562c6a6 (patch)
tree6d15d7f391bc53500236340dffb2f682854fe03a /Source/charon/message.h
parent8b3bc23b1cbd2d7ad3c53c9e8db2a45b58995eff (diff)
downloadstrongswan-2dbc31682ca580615d4f6855a1e7dfdcc562c6a6.tar.bz2
strongswan-2dbc31682ca580615d4f6855a1e7dfdcc562c6a6.tar.xz
- added verify functionality
Diffstat (limited to 'Source/charon/message.h')
-rw-r--r--Source/charon/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/charon/message.h b/Source/charon/message.h
index d48ead847..009b435fc 100644
--- a/Source/charon/message.h
+++ b/Source/charon/message.h
@@ -191,6 +191,7 @@ struct message_s {
* - SUCCESS if header could be parsed
* - OUT_OF_RES if out of ressources
* - PARSE_ERROR if corrupted/invalid data found
+ * - FAILED if consistence check of header failed
*/
status_t (*parse_header) (message_t *this);
@@ -204,6 +205,7 @@ struct message_s {
* - OUT_OF_RES if out of ressources
* - FAILED if message type is not suppported!
* - PARSE_ERROR if corrupted/invalid data found
+ * - VERIFY_ERROR if verification of some payload failed
*/
status_t (*parse_body) (message_t *this);