renet/src
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
..
iface Fix clippys 2021-11-03 23:38:23 +01:00
phy phy: Use right protocol on RawSocket based on the medium. 2021-10-21 01:25:13 +02:00
socket Fix clippys 2021-11-03 23:38:23 +01:00
storage Code format using `cargo fmt` 2021-10-27 16:35:05 +08:00
wire Add fuzzing for IEEE802.15.4 2021-11-04 12:01:03 +01:00
lib.rs Add support for 802.15.4 and 6LoWPAN 2021-10-21 01:25:12 +02:00
macros.rs show log in testing 2021-10-30 23:51:23 +08:00
parsers.rs various clippy fix 2021-06-27 10:45:57 +02:00
rand.rs Add rand module. 2021-10-11 20:53:04 +02:00
time.rs Fixed typo 2021-10-19 22:45:26 +01:00