aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipproto.c
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-04-12 17:34:30 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-04-12 17:34:30 +0000
commitd99d6ccba5275f9d5cd32562c6e11d885ca60a21 (patch)
treeca9c45f94bc741f85649c3260e1ecb3532ff5abf /epan/ipproto.c
parent4b18fbc8a54be4b541c3f9d1bb36a9a9e1db56e8 (diff)
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 svn path=/trunk/; revision=21390
Diffstat (limited to 'epan/ipproto.c')
-rw-r--r--epan/ipproto.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/ipproto.c b/epan/ipproto.c
index 77ea982156..9edaa0c8e3 100644
--- a/epan/ipproto.c
+++ b/epan/ipproto.c
@@ -107,6 +107,7 @@ static const value_string ipproto_val[] = {
{ IP_PROTO_ICMPV6, "ICMPv6" },
{ IP_PROTO_NONE, "IPv6 no next header" },
{ IP_PROTO_DSTOPTS, "IPv6 destination option" },
+ { IP_PROTO_SHIM6, "SHIM6 header" },
{ IP_PROTO_MIPV6_OLD, "Mobile IPv6 (old)" },
{ IP_PROTO_SATEXPAK,"SATNET EXPAK" },
{ IP_PROTO_KRYPTOLAN, "Kryptolan" },