Versions in this module Expand all Collapse all v1 v1.1.1 Nov 2, 2024 v1.1.0 Nov 2, 2024 Changes in this version + var ErrBodyIsNotICMPDstUnreachable = errors.New("body is not icmp destination unreachable") + var ErrBodyIsNotICMPEchoReply = errors.New("body is not icmp echo reply") + func ParseEchoReply(bytes []byte) (*icmp.Echo, error) + func ParseUnreachable(bytes []byte) (*icmp.DstUnreach, error)