strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Raise a bus alert when IKE message header parsing fails
[strongswan.git]
/
src
/
libcharon
/
bus
/
bus.h
diff --git
a/src/libcharon/bus/bus.h
b/src/libcharon/bus/bus.h
index
c732b8c
..
2cd04cf
100644
(file)
--- a/
src/libcharon/bus/bus.h
+++ b/
src/libcharon/bus/bus.h
@@
-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,
};
/**