Convert 'encoding' parameter of certain proto_tree_add_item() calls in plugin dissectors:
[obnox/wireshark/wip.git] / plugins / docsis / packet-dsdreq.c
index 2c060f4a0aaddf80c7e2ecb40418df4e14e8e99b..56908672bef05b270d8c63304f3e145dc6687f21 100644 (file)
@@ -63,11 +63,11 @@ dissect_dsdreq (tvbuff_t * tvb, packet_info * pinfo, proto_tree * tree)
                                        "DSD Request");
       dsdreq_tree = proto_item_add_subtree (it, ett_docsis_dsdreq);
       proto_tree_add_item (dsdreq_tree, hf_docsis_dsdreq_tranid, tvb, 0, 2,
-                          FALSE);
+                          ENC_BIG_ENDIAN);
       proto_tree_add_item (dsdreq_tree, hf_docsis_dsdreq_rsvd, tvb, 2, 2,
-                          FALSE);
+                          ENC_BIG_ENDIAN);
       proto_tree_add_item (dsdreq_tree, hf_docsis_dsdreq_sfid, tvb, 4, 4,
-                          FALSE);
+                          ENC_BIG_ENDIAN);
 
     }
     /* Call Dissector for Appendix C TLV's */