aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ancp.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-15 18:28:36 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-15 18:28:36 +0000
commit1009be2c17262567063191b0b0505ef2da5d8353 (patch)
treeb4eb5658fc50acaeeeba69dfe350ae9955fbc6e0 /epan/dissectors/packet-ancp.c
parentb0e1f62ef85c916850d4f4826bce4e2cf3a7f3d1 (diff)
Skip reserved word in ANCP OAM-Loopback-Test-Parameters TLV.
svn path=/trunk/; revision=34879
Diffstat (limited to 'epan/dissectors/packet-ancp.c')
-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 */