aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipproto.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ipproto.c')
-rw-r--r--epan/ipproto.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/ipproto.c b/epan/ipproto.c
index 6be732607f..689f74cfd2 100644
--- a/epan/ipproto.c
+++ b/epan/ipproto.c
@@ -99,7 +99,7 @@ static const value_string ipproto_val[] = {
{ IP_PROTO_ICMPV6, "ICMPv6" }, /* 58 IPv6-ICMP ICMP for IPv6 [RFC1883] */
{ IP_PROTO_NONE, "IPv6 no next header" }, /* 59 IPv6-NoNxt No Next Header for IPv6 [RFC1883] */
{ IP_PROTO_DSTOPTS, "IPv6 destination option" },/* 60 IPv6-Opts Destination Options for IPv6 [RFC1883] */
- { IP_PROTO_SHIM6_OLD, "SHIM6 header" }, /* 61 any host internal protocol [Internet_Assigned_Numbers_Authority] */
+ { 61, "any host internal protocol" }, /* 61 any host internal protocol [Internet_Assigned_Numbers_Authority] */
{ IP_PROTO_MIPV6_OLD, "Mobile IPv6 (old)" }, /* 62 CFTP CFTP [Forsdick, H., "CFTP", Network Message, Bolt Beranek and Newman, January 1982.][Harry_Forsdick] */
{ 63, "any local network" }, /* 63 any local network [Internet_Assigned_Numbers_Authority] */
{ IP_PROTO_SATEXPAK,"SATNET EXPAK" }, /* 64 SAT-EXPAK SATNET and Backroom EXPAK [Steven_Blumenthal] */