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
Jason Ish 48920bd784 rust/derive: allow event name to be set as attribute
When deriving AppLayerEvent, allow the event name to be set with the
"name" attribute in cases where the transformed name is not suitable.

This allows us to use enum variant names like
"FtpEventRequestCommandTooLong" for direct use in C, but is also a
name that doesn't transform well to an event name in rules, where we
want to see "request_command_too_long".
2 years ago
..
.cargo
derive rust/derive: allow event name to be set as attribute 2 years ago
src dcerpc: config limit maximum number of live transactions 2 years ago
.gitignore rust: derive crate: for custom derives 4 years ago
Cargo.toml.in file/swf: Use lzma-rs decompression instead of libhtp. 2 years ago
Makefile.am rust: cbindgen first verifies existing bindings 3 years ago
cbindgen.toml app-layer: introduce common AppLayerStateData API 2 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago