Skip to main content

assert_udp_packets

Function assert_udp_packets 

Source
pub fn assert_udp_packets<A: IpAddress>(
    packets_iter: PcapNgPacketIter<'_>,
    expected_packets: &[ExpectedUdpPacket<'_, A>],
    force_skip_checksum_validation: bool,
)
where A::Version: IpExt,
Expand description

Asserts that the packets yielded by packets_iter match expected_packets.