From c2fe1b2a32fd8fdcf1da7d2aa530d6cfeb47e1c6 Mon Sep 17 00:00:00 2001 From: standel Date: Thu, 12 Apr 2007 17:34:30 +0000 Subject: From Matthijs Mekking : New dissector support, SHIM6 checked in with the following modifications : - use of proto_tree_add_item whenever possible (addition of several hf_items), - use distinct subtree idx for each subtree, - addition of some subtrees, - split shim_opts in several functions, - accurate incrementation of offset in locator preferences (in case of option length > 3) - add true_false_string for critical options and protocol differentiation (hip, shim6) - add ipv6.shim6.checkksum_good, ipv6.shim6.checkksum_bad, cksum expert info section added to AUTHORS git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21390 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/ipproto.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'epan/ipproto.h') 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 -- cgit v1.2.3