Files
firezone/rust/ip-packet
Gabi 499edd2dd4 chore(connlib): fix echo request and reply packets (#5169)
When creating an echo request or reply packet using pnet it uses the
whole packet since the identifier and sequence is part of the icmp
header not the payload.

Those fields aren't accessible unless the packet is converted to an echo
request or reply because the interpretation of that header field depends
on the specific type of packet.
2024-05-31 11:15:46 +00:00
..