pub fn assert_udp_packets<A: IpAddress>(
packets_iter: PcapNgPacketIter<'_>,
expected_packets: &[ExpectedUdpPacket<'_, A>],
force_skip_checksum_validation: bool,
)Expand description
Asserts that the packets yielded by packets_iter match expected_packets.