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 c862e84c01 rust/frames: cleanups
- Implement the Display trait on Direction to print "toserver" or
  "toclient" which used in a format string.

- Use Direction struct inside Frame instead of a u32.  Requires a helper
  method as there are two representation in C for direction, and the C
  methods for frames don't use the internal representation of the
  Direction enum (some sweeping changes could help here)
4 years ago
..
.cargo
derive
src rust/frames: cleanups 4 years ago
.gitignore
Cargo.toml.in quic: complete parsing of initial for non gquic 4 years ago
Makefile.am rust: cbindgen first verifies existing bindings 4 years ago
cbindgen.toml detect: use generic integer functions for iprep 4 years ago
rustfmt.toml