File tree Expand file tree Collapse file tree 4 files changed +3
-0
lines changed Expand file tree Collapse file tree 4 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ const struct tok ipproto_values[] = {
39
39
{ IPPROTO_AH , "AH" },
40
40
{ IPPROTO_MOBILE , "Mobile IP" },
41
41
{ IPPROTO_ICMPV6 , "ICMPv6" },
42
+ { IPPROTO_NONE , "No Next Header" },
42
43
{ IPPROTO_DSTOPTS , "DSTOPT" },
43
44
{ IPPROTO_MOBILITY_OLD , "Mobile IP (old)" },
44
45
{ IPPROTO_EIGRP , "EIGRP" },
Original file line number Diff line number Diff line change @@ -405,6 +405,7 @@ ipv6_jumbogram_invalid_length ipv6_jumbogram_invalid_length.pcap ipv6_jumbogram_
405
405
ipv6_39_byte_header ipv6_39_byte_header.pcap ipv6_39_byte_header.out -v
406
406
ipv6_missing_jumbo_payload_option ipv6_missing_jumbo_payload_option.pcap ipv6_missing_jumbo_payload_option.out
407
407
ipv6_frag6_negative_len ipv6_frag6_negative_len.pcap ipv6_frag6_negative_len.out -v
408
+ ipv6_no_next_header ipv6_no_next_header.pcap ipv6_no_next_header.out -v
408
409
409
410
# Loopback/CTP test case
410
411
loopback loopback.pcap loopback.out
Original file line number Diff line number Diff line change
1
+ 1 2025-02-11 13:31:22.134532 IP6 (hlim 64, next-header No Next Header (59), payload length 20) 2005::1 > 2008::1: no next header
You can’t perform that action at this time.
0 commit comments