aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-qllc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-qllc.c')
-rw-r--r--epan/dissectors/packet-qllc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-qllc.c b/epan/dissectors/packet-qllc.c
index 2813665e48..a1c4970035 100644
--- a/epan/dissectors/packet-qllc.c
+++ b/epan/dissectors/packet-qllc.c
@@ -103,7 +103,7 @@ dissect_qllc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
* COMMAND or a RESPONSE */
addr = tvb_get_guint8(tvb, 0);
if (tree) {
- proto_tree_add_item(qllc_tree, hf_qllc_address, tvb, 0, 1, FALSE);
+ proto_tree_add_item(qllc_tree, hf_qllc_address, tvb, 0, 1, ENC_BIG_ENDIAN);
}
/* The address field equals X'FF' in commands (except QRR)