Skip to content

Commit 5ae1b0f

Browse files
committed
Update static data in libnetutil
1 parent 495e220 commit 5ae1b0f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

libnetutil/netutil.cc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@ switch(nextheader){
19201920
HDRTOA(100, "gmtp", "GMTP")
19211921
HDRTOA(101, "ifmp", "Ipsilon Flow Management Protocol")
19221922
HDRTOA(102, "pnni", "PNNI over IP")
1923-
HDRTOA(103, "pim", "Protocol Independent Multicayst")
1923+
HDRTOA(103, "pim", "Protocol Independent Multicast")
19241924
HDRTOA(104, "aris", "ARIS")
19251925
HDRTOA(105, "scps", "SCPS")
19261926
HDRTOA(106, "qnx", "QNX")
@@ -1933,7 +1933,7 @@ switch(nextheader){
19331933
HDRTOA(113, "pgm", "PGM Reliable Transport Protocol")
19341934
HDRTOA(114, "any0hop", "any 0-hop protocol")
19351935
HDRTOA(115, "l2tp", "Layer Two Tunneling Protocol")
1936-
HDRTOA(116, "ddx", "D-II Data Exchange (")
1936+
HDRTOA(116, "ddx", "D-II Data Exchange")
19371937
HDRTOA(117, "iatp", "Interactive Agent Transfer Protocol")
19381938
HDRTOA(118, "stp", "Schedule Transfer Protocol")
19391939
HDRTOA(119, "srp", "SpectraLink Radio Protocol")
@@ -1960,6 +1960,8 @@ switch(nextheader){
19601960
HDRTOA(140, "shim6", "Shim6 Protocol [RFC5533]")
19611961
HDRTOA(141, "wesp", "Wrapped Encapsulating Security Payload")
19621962
HDRTOA(142, "rohc", "Robust Header Compression")
1963+
HDRTOA(143, "ethernet", "RFC 8986 Ethernet next-header")
1964+
HDRTOA(144, "aggfrag", "AGGFRAG encapsulation payload for ESP [draft-ietf-ipsecme-iptfs-18]")
19631965
HDRTOA(253, "experimental1", "Use for experimentation and testing")
19641966
HDRTOA(254, "experimental2", "Use for experimentation and testing")
19651967
default:

0 commit comments

Comments
 (0)