Unused Value at packet-ansi_a.c:10169 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
bsmap_user_zone_update (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10158 | bsmap_user_zone_update(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10159 | { | |||||
10160 | guint32 curr_offset; | |||||
10161 | guint32 consumed; | |||||
10162 | guint curr_len; | |||||
10163 | ||||||
10164 | curr_offset = offset; | |||||
10165 | curr_len = len; | |||||
10166 | ||||||
10167 | ELEM_OPT_TLV(ANSI_A_E_UZ_ID, ""); | |||||
10168 | ||||||
10169 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10170 | } | |||||
![]() |