change info labels to match Zigbee spec for clarity

This commit is contained in:
Chris Brandson 2021-05-21 14:37:20 -07:00 committed by Wireshark GitLab Utility
parent 00c4056670
commit 764d3d1be0
1 changed files with 1 additions and 1 deletions

View File

@ -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;