aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Brandson <cjb@exegin.com>2021-05-21 14:37:20 -0700
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-05-23 19:22:15 +0000
commit764d3d1be0144d3af73a31ff8adfe3064eba18cf (patch)
treec3cdaa35449c9f85118767531cd07aaa164c2abe
parent00c40566701d6e11b9d37fcc639f5a4ab033468b (diff)
change info labels to match Zigbee spec for clarity
-rw-r--r--epan/dissectors/packet-zbee-nwk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-zbee-nwk.c b/epan/dissectors/packet-zbee-nwk.c
index 8b6946f26f..a411ed9727 100644
--- a/epan/dissectors/packet-zbee-nwk.c
+++ b/epan/dissectors/packet-zbee-nwk.c
@@ -1057,7 +1057,7 @@ dissect_zbee_nwk_route_rep(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
}
/* Update the info column. */
- col_append_fstr(pinfo->cinfo, COL_INFO, ", Dst: 0x%04x, Src: 0x%04x", resp_addr, orig_addr);
+ col_append_fstr(pinfo->cinfo, COL_INFO, ", Responder: 0x%04x, Originator: 0x%04x", resp_addr, orig_addr);
/* Done */
return offset;