aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-15 18:28:36 +0000
committerjake <jake@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-15 18:28:36 +0000
commitc57f8bd112cca7570f54771217384ec4c3ed0c69 (patch)
treeb4eb5658fc50acaeeeba69dfe350ae9955fbc6e0 /epan
parentc8ed16fd613e72bbef959332370a39a84d4c40c6 (diff)
Skip reserved word in ANCP OAM-Loopback-Test-Parameters TLV.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34879 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-ancp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ancp.c b/epan/dissectors/packet-ancp.c
index b2bb37dfa3..d4400b137c 100644
--- a/epan/dissectors/packet-ancp.c
+++ b/epan/dissectors/packet-ancp.c
@@ -423,6 +423,7 @@ dissect_ancp_port_up_dn_mgmt(tvbuff_t *tvb, proto_tree *ancp_tree, gint offset)
hf_ancp_oam_timeout, tvb, offset, 1, FALSE);
offset += 1;
/* Lets not bother about 2B until IETF WG figures out */
+ offset += 2;
break;
default:
/* Assume TLV value is string - covers ALCID, OAM resp */