aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipproto.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2021-10-05 13:29:55 +0000
committerWireshark GitLab Utility <6629907-ws-gitlab-utility@users.noreply.gitlab.com>2021-10-05 13:29:55 +0000
commitb7004487456f6186dcd2ba4946bbf05baf47939d (patch)
treea57fe202bc202f096720084f7b3d5f67e2385b28 /epan/ipproto.c
parent0ca24f01d710b14135ce365eec4722f3a77fc09a (diff)
Eth: Segment routing over IPv6
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 9e0c1d8b63..3b9511490b 100644
--- a/epan/ipproto.c
+++ b/epan/ipproto.c
@@ -165,7 +165,7 @@ static const value_string ipproto_val[] = {
{ IP_PROTO_SHIM6, "Shim6 header" }, /* 140 Shim6 Shim6 Protocol [RFC5533] */
{ IP_PROTO_WESP, "WESP" }, /* 141 WESP Wrapped Encapsulating Security Payload [RFC5840] */
{ IP_PROTO_ROHC, "ROHC" }, /* 142 ROHC Robust Header Compression [RFC5858] */
- { 143, "Unassigned" }, /* 143 Unassigned */
+ { IP_PROTO_ETHERNET,"Ethernet" }, /* 143 Ethernet [RFC8986] */
{ 144, "Unassigned" }, /* 144 Unassigned */
{ 145, "Unassigned" }, /* 145 Unassigned */
{ 146, "Unassigned" }, /* 146 Unassigned */