Raise a bus alert when IKE message header parsing fails

This commit is contained in:
Martin Willi
2012-10-24 11:34:30 +02:00
parent f6f16131d0
commit 2b95ab7620
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -94,6 +94,8 @@ enum alert_t {
ALERT_PEER_INIT_UNREACHABLE,
/** received IKE message with invalid SPI, argument is message_t* */
ALERT_INVALID_IKE_SPI,
/** received IKE message with invalid header, argument is message_t* */
ALERT_PARSE_ERROR_HEADER,
};
/**