summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-vtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-vtp.c')
-rw-r--r--epan/dissectors/packet-vtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-vtp.c b/epan/dissectors/packet-vtp.c
index 668a1bed9c..3157731a40 100644
--- a/epan/dissectors/packet-vtp.c
+++ b/epan/dissectors/packet-vtp.c
@@ -177,7 +177,7 @@ dissect_vtp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
offset += 4;
proto_tree_add_item(vtp_tree, hf_vtp_upd_id, tvb,
- offset, 4, FALSE);
+ offset, 4, ENC_BIG_ENDIAN);
offset += 4;
upd_timestamp = tvb_get_ptr(tvb, offset, 12);