mirror of https://github.com/OISF/suricata
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.
AppLayerRegisterParser was creating a link error when attempting to use a convenience library for the Suricata C code, then linking the library of C code with the library of Rust code into a final Suricata executable, or use with fuzz targets. By moving AppLayerRegisterParser to the context structure and calling it like a callback the circular reference is removed allowing the convenience libraries to work again. This is also a stepping block to proving a Suricata library as a single .a or .so file. |
5 years ago | |
---|---|---|
.. | ||
.cargo | 6 years ago | |
src | 5 years ago | |
.gitignore | ||
Cargo.toml.in | 5 years ago | |
Makefile.am | 5 years ago | |
cbindgen.toml | 5 years ago | |
rustfmt.toml | 5 years ago |