Unused Value at packet-ansi_map.c:4143 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_ansi_map_controlnetworkid (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_map.c)![]() | ||||||
![]() | ||||||
4131 | dissect_ansi_map_controlnetworkid(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree _U_, asn1_ctx_t *actx _U_){ | |||||
4132 | ||||||
4133 | int offset = 0; | |||||
4134 | proto_tree *subtree; | |||||
4135 | ||||||
4136 | ||||||
4137 | subtree = proto_item_add_subtree(actx->created_item, ett_controlnetworkid); | |||||
4138 | /* MarketID octet 1 and 2 */ | |||||
4139 | proto_tree_add_item(subtree, hf_ansi_map_MarketID, tvb, offset, 2, FALSE); | |||||
4140 | offset = offset + 2; | |||||
4141 | /* Switch Number octet 3*/ | |||||
4142 | proto_tree_add_item(subtree, hf_ansi_map_swno, tvb, offset, 1, FALSE); | |||||
4143 | offset++;
| |||||
4144 | } | |||||
![]() |