aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/ipproto.h')
-rw-r--r--epan/ipproto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/ipproto.h b/epan/ipproto.h
index 3e97c35029..af360e5463 100644
--- a/epan/ipproto.h
+++ b/epan/ipproto.h
@@ -96,6 +96,9 @@
#define IP_PROTO_NONE 59 /* IP6 no next header - RFC1883 */
#define IP_PROTO_DSTOPTS 60 /* IP6 destination options - RFC1883 */
/* 61 is reserved by IANA for any host internal protocol */
+/* 61 is used by UCL's SHIM6 implementation as Next Header for SHIM6 */
+#define IP_PROTO_SHIM6 61 /* SHIM6 */
+
/*
* The current Protocol Numbers list says that the IP protocol number for
* mobility headers is 135; it cites draft-ietf-mobileip-ipv6-24, but