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 efc9a7a398 app-layer: remove callback for completion status
Since the completion status was a constant for all parsers, remove the
callback logic and instead register the values themselves. This should
avoid a lot of unnecessary callback calls.

Update all parsers to take advantage of this.
6 years ago
..
README.txt rust/dhcp: Rust based DHCP decoder and logger. 8 years ago
ack.pcap rust/dhcp: Rust based DHCP decoder and logger. 8 years ago
dhcp.rs app-layer: remove callback for completion status 6 years ago
discover.pcap rust/dhcp: Rust based DHCP decoder and logger. 8 years ago
logger.rs dhcp/eve: convert to jsonbuilder 6 years ago
mod.rs rust/dhcp: Rust based DHCP decoder and logger. 8 years ago
offer.pcap rust/dhcp: Rust based DHCP decoder and logger. 8 years ago
parser.rs rust: use the streaming version of combinators to fix incomplete reads 7 years ago
request.pcap rust/dhcp: Rust based DHCP decoder and logger. 8 years ago

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