aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-19 07:34:33 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-19 07:34:33 +0000
commit4a8808b3e6814dd1356ff90cc3ef1a1f37f92f8f (patch)
treeec53516f855c2a95b8aa635a116b80445646c184 /epan/dissectors/packet-ipv6.c
parent3246f91f583d1e9242c4d85479874dcae710b5f7 (diff)
Update IP protocol numbers according to current IANA registery.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28408 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ipv6.c')
-rw-r--r--epan/dissectors/packet-ipv6.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ipv6.c b/epan/dissectors/packet-ipv6.c
index 3cb4bd94be..132f2a491c 100644
--- a/epan/dissectors/packet-ipv6.c
+++ b/epan/dissectors/packet-ipv6.c
@@ -240,6 +240,7 @@ again:
offset += advance;
goto again;
case IP_PROTO_SHIM6:
+ case IP_PROTO_SHIM6_OLD:
if (!BYTES_ARE_IN_FRAME(offset, len, 2)) {
ld->other++;
return;
@@ -1439,6 +1440,7 @@ again:
goto again;
case IP_PROTO_SHIM6:
+ case IP_PROTO_SHIM6_OLD:
shim6 = TRUE;
advance = dissect_shim6(tvb, offset, ipv6_tree, pinfo);
nxt = tvb_get_guint8(tvb, offset);