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 83808bbdad rust/ntp: convert parser to new registration method
Converting the NTP parser to the new registration method is a simple,
3-steps process:
- change the extern functions to use generic input parameters (functions
  in all parsers must share common types to be generic) and cast them
- declare the Parser structure
- remove the C code and call the registration function
8 years ago
..
.cargo rust: make distcheck fixes 8 years ago
src rust/ntp: convert parser to new registration method 8 years ago
.gitignore rust: build fixes and nom update 8 years ago
Cargo.toml.in rust: --enable-rust-strict to turn warnings into errors 8 years ago
Makefile.am autotools: fix distcheck with rust enabled 8 years ago
gen-c-headers.py rust: generate declaration for extern unsafe funcs 8 years ago