According to https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Destination_unreachable, the "Next-hop MTU" is part of the header, but in libpnet, https://docs.rs/pnet/latest/pnet/packet/icmp/destination_unreachable/index.html the entire header is marked as unused.
According to https://en.wikipedia.org/wiki/Internet_Control_Message_Protocol#Destination_unreachable, the "Next-hop MTU" is part of the header, but in libpnet, https://docs.rs/pnet/latest/pnet/packet/icmp/destination_unreachable/index.html the entire header is marked as unused.