aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sscf-nni.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sscf-nni.c')
-rw-r--r--epan/dissectors/packet-sscf-nni.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-sscf-nni.c b/epan/dissectors/packet-sscf-nni.c
index a073026933..8b84301d3f 100644
--- a/epan/dissectors/packet-sscf-nni.c
+++ b/epan/dissectors/packet-sscf-nni.c
@@ -100,9 +100,9 @@ dissect_sscf_nni(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_item(sscf_tree, hf_status, tvb, SSCF_STATUS_OFFSET,
- SSCF_STATUS_LENGTH, FALSE);
+ SSCF_STATUS_LENGTH, ENC_BIG_ENDIAN);
proto_tree_add_item(sscf_tree, hf_spare, tvb, SSCF_SPARE_OFFSET,
- SSCF_SPARE_LENGTH, FALSE);
+ SSCF_SPARE_LENGTH, ENC_BIG_ENDIAN);
}
}