Skip to main content

Module pcap

Module pcap 

Source
Expand description

PCAP parsing and validation helpers.

Structs§

ExpectedUdpPacket
Matcher for a UDP packet.

Functions§

assert_udp_packets
Asserts that the packets yielded by packets_iter match expected_packets.
send_udp_to_self_and_recv
Binds a UDP socket in realm to bind_addr, sends payload to bind_addr itself, and receives it.