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
Ilya Bakhtin 6916b63f09 dcerpc/udp: Fix pairing of request response
So far, request and response were paired with serial number fields in
the header. This is incorrect. According to
https://pubs.opengroup.org/onlinepubs/9629399/chap12.htm,
"Together, the activity UUID and the sequence number uniquely identify
a remote procedure call."

Hence, add activity uuid and sequence number to the transaction and pair
the request accordingly. Remove incorrect handling of this and fix
tests.
5 years ago
..
.cargo rust: fix vendor use on MinGW 6 years ago
src dcerpc/udp: Fix pairing of request response 5 years ago
.gitignore rust: build fixes and nom update 8 years ago
Cargo.toml.in rust: function macro now returns the function name 5 years ago
Makefile.am fuzz: better configure checks for MSAN building 5 years ago
cbindgen.toml rdp/eve: convert to jsonbuilder 5 years ago
rustfmt.toml style: compressed function headers for rustfmt 5 years ago