]> The Tcpdump Group git mirrors - tcpdump/commit
ICMPv6: print RFC8335 PROBE extended echo/reply messages
authorBill Fenner <[email protected]>
Mon, 5 Feb 2024 05:13:09 +0000 (21:13 -0800)
committerfxlb <[email protected]>
Tue, 6 Aug 2024 07:34:48 +0000 (07:34 +0000)
commitf5877da285f3e030d59a28236295573f27e344bc
tree8b48a78d9184ebaa18bb34dcc9e05d1ce16501f0
parentd44658b2e47ad1a3724a632f0d65a81140654c15
ICMPv6: print RFC8335 PROBE extended echo/reply messages

The ICMP types are different, but everything else about
PROBE, including the RFC4884-based parsing, is the same,
so we share the implementation from print-icmp.c using the
new icmp.h.
Makefile.in
icmp.h [new file with mode: 0644]
print-icmp.c
print-icmp6.c
tests/TESTLIST
tests/icmp6-rfc8335-v.out [new file with mode: 0644]
tests/icmp6-rfc8335.out [new file with mode: 0644]
tests/icmp6-rfc8335.pcap [new file with mode: 0644]