aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ff.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-10 09:12:13 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-07-10 09:12:13 +0000
commit33569eafc53fe8e49d042adde7b92a25b1540771 (patch)
tree609c121c0c3fa492a1510e86948b8b57c591c699 /epan/dissectors/packet-ff.c
parent3cd93f3fc51322bed0f42fe1f0fd08f8929de165 (diff)
Use correct length for "Version OD Calling".
This fixes bug 3694. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29051 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ff.c')
-rw-r--r--epan/dissectors/packet-ff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ff.c b/epan/dissectors/packet-ff.c
index fcb954a7de..789b12d307 100644
--- a/epan/dissectors/packet-ff.c
+++ b/epan/dissectors/packet-ff.c
@@ -4204,7 +4204,7 @@ dissect_ff_msg_fms_init_req(tvbuff_t *tvb, gint offset,
length -= 2;
proto_tree_add_item(sub_tree,
- hf_ff_fms_init_req_ver_od_calling, tvb, offset, 1, FALSE);
+ hf_ff_fms_init_req_ver_od_calling, tvb, offset, 2, FALSE);
offset += 2;
length -= 2;