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 8181030f72 jsonbuilder: add methods to encode values as base64
Add new methods to set a value as a base64 encoded string of
a byte array. This uses the Rust base64 crate and encodes
directly into the JsonBuilder buffer with no intermediate
buffer required.

jb_set_base64: set a field on an object
jb_append_base64: append a value to an array
5 years ago
..
.cargo rust: fix vendor use on MinGW 7 years ago
derive applayerevent: derive get_event_info and get_event_info_by_id 5 years ago
src jsonbuilder: add methods to encode values as base64 5 years ago
.gitignore rust: derive crate: for custom derives 5 years ago
Cargo.toml.in jsonbuilder: add methods to encode values as base64 5 years ago
Makefile.am dns: use derive macro for DNSEvent 5 years ago
cbindgen.toml app-layer: add StreamSlice to pass data to parsers 5 years ago
rustfmt.toml style: compressed function headers for rustfmt 6 years ago