aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lon.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-lon.c')
-rw-r--r--epan/dissectors/packet-lon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lon.c b/epan/dissectors/packet-lon.c
index 7182fc5664..2e6262fb63 100644
--- a/epan/dissectors/packet-lon.c
+++ b/epan/dissectors/packet-lon.c
@@ -298,7 +298,7 @@ dissect_lon(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void *data _U_)
switch(dom_len)
{
case 0: /* Domain-wide */
- proto_tree_add_text(lon_tree, tvb, offset, 0, "Domain wide addressing");
+ proto_tree_add_bytes_format(lon_tree, hf_lon_domain, tvb, offset, 0, NULL, "Domain wide addressing");
break;
case 1:
proto_tree_add_item(lon_tree, hf_lon_domain, tvb, offset, 1, ENC_NA);