renet/fuzz/fuzz_targets
Thibaut Vandervelden 76f1b81182 Add fuzzing for IEEE802.15.4
Because IEEE802.15.4 uses a lot of compression in its frame, fuzzing it
is maybe a good idea. Adding this fuzz target showed that some frame
methods were panicking. `check_len` now checks if accessors will panic
or not.

I ran the fuzzer for about 15 minutes and nothing showed up.
2021-11-04 12:01:03 +01:00
..
dhcp_header.rs fuzz: DHCP header parser 2021-10-28 10:37:57 +02:00
ieee802154_header.rs Add fuzzing for IEEE802.15.4 2021-11-04 12:01:03 +01:00
packet_parser.rs fuzz: Modernize fuzz crate, fix tcp_headers not compiling. 2021-10-03 21:29:40 +02:00
tcp_headers.rs use micros in Instant and Duration 2021-10-05 22:33:58 +02:00