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/src/dhcp
Victor Julien ae10a92bc6 rust/applayer: use correct return type for Parser
The mismatch between the types would randomly lead to the return code
of the Rust parser to be not correctly handled over the C/Rust
boundary. This would lead to the API considering a parser to be in
error state when it was not.
7 years ago
..
README.txt
ack.pcap
dhcp.rs rust/applayer: use correct return type for Parser 7 years ago
discover.pcap
logger.rs dhcp: check length of option before accessing 7 years ago
mod.rs
offer.pcap
parser.rs dhcp: remove println!() that got committed 7 years ago
request.pcap

README.txt

These test pcap files are individual packets broken out of a pcap
containing 4 DHCP messages. The original source of the PCAP file is

https://wiki.wireshark.org/SampleCaptures?action=AttachFile&do=get&target=dhcp.pcap