aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ncs.c')
-rw-r--r--epan/dissectors/packet-ncs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ncs.c b/epan/dissectors/packet-ncs.c
index c57af89f3b..1f190ebb4b 100644
--- a/epan/dissectors/packet-ncs.c
+++ b/epan/dissectors/packet-ncs.c
@@ -54,8 +54,8 @@ dissect_ncs(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_set_str(pinfo->cinfo, COL_PROTOCOL, "NCS");
col_set_str(pinfo->cinfo, COL_INFO, "Novell Cluster Services Heartbeat");
- proto_tree_add_item(ncs_tree, hf_panning_id, tvb, 4, 4, FALSE);
- proto_tree_add_item(ncs_tree, hf_incarnation, tvb, 8, 4, FALSE);
+ proto_tree_add_item(ncs_tree, hf_panning_id, tvb, 4, 4, ENC_BIG_ENDIAN);
+ proto_tree_add_item(ncs_tree, hf_incarnation, tvb, 8, 4, ENC_BIG_ENDIAN);
}
void