Trait smoltcp::phy::Fuzzer[][src]

pub trait Fuzzer {
    fn fuzz_packet(&self, packet_data: &mut [u8]);
}

Represents a fuzzer. It is expected to replace bytes in the packet with fuzzed data.

Required methods

fn fuzz_packet(&self, packet_data: &mut [u8])[src]

Modify a single packet with fuzzed data.

Loading content...

Implementors

Loading content...