aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/docsis/packet-dscack.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/docsis/packet-dscack.c')
-rw-r--r--plugins/docsis/packet-dscack.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/docsis/packet-dscack.c b/plugins/docsis/packet-dscack.c
index 75ec51fa2a..b84b106e63 100644
--- a/plugins/docsis/packet-dscack.c
+++ b/plugins/docsis/packet-dscack.c
@@ -66,9 +66,9 @@ dissect_dscack (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
"DSC Acknowledge");
dscack_tree = proto_item_add_subtree (it, ett_docsis_dscack);
proto_tree_add_item (dscack_tree, hf_docsis_dscack_tranid, tvb, 0, 2,
- FALSE);
+ ENC_BIG_ENDIAN);
proto_tree_add_item (dscack_tree, hf_docsis_dscack_response, tvb, 2, 1,
- FALSE);
+ ENC_BIG_ENDIAN);
}
/* Call Dissector for Appendix C TLV's */
next_tvb = tvb_new_subset_remaining (tvb, 3);