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
Philippe Antoine 707f027231 protos: renaming ALPROTO_HTTP* constants
Having now ALPROTO_HTTP1, ALPROTO_HTTP2 and ALPROTO_HTTP

Run with 3 sed commands
git grep ALPROTO_HTTP | cut -d: -f1 | uniq |
 xargs sed -i -e 's/ALPROTO_HTTP/ALPROTO_HTTP1/g'
git grep ALPROTO_HTTP12 | cut -d: -f1 | uniq |
 xargs sed -i -e 's/ALPROTO_HTTP12/ALPROTO_HTTP2/g'
git grep ALPROTO_HTTP1_ANY | cut -d: -f1 | uniq |
 xargs sed -i -e 's/ALPROTO_HTTP1_ANY/ALPROTO_HTTP/g'

and then running clang-format
6 years ago
..
.cargo rust: fix vendor use on MinGW 7 years ago
src protos: renaming ALPROTO_HTTP* constants 6 years ago
.gitignore rust: build fixes and nom update 9 years ago
Cargo.toml.in rust: rename lib to libsuricata_rust 6 years ago
Makefile.am install: makefile target to install libraries 6 years ago
cbindgen.toml rust: include file cleanup 6 years ago
rustfmt.toml style: compressed function headers for rustfmt 6 years ago