You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/rust
Pierre Chifflier c99b9462d7 Add new parser: IKEv2
Add a new parser for Internet Key Exchange version (IKEv2), defined in
RFC 7296.
The IKEv2 parser itself is external. The embedded code includes the
parser state and associated variables, the state machine, and the
detection code.

The parser looks the first two messages of a connection, and analyzes
the client and server proposals to check the cryptographic parameters.
7 years ago
..
.cargo rust: make distcheck fixes 8 years ago
src Add new parser: IKEv2 7 years ago
.gitignore rust: build fixes and nom update 8 years ago
Cargo.toml.in Add new parser: IKEv2 7 years ago
Makefile.am Rust: add 'debug' feature 7 years ago
gen-c-headers.py Add new parser: IKEv2 7 years ago