Unused Value at packet-ansi_a.c:10255 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_user_zone_reject (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10244 | dtap_user_zone_reject(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10245 | { | |||||
10246 | guint32 curr_offset; | |||||
10247 | guint32 consumed; | |||||
10248 | guint curr_len; | |||||
10249 | ||||||
10250 | curr_offset = offset; | |||||
10251 | curr_len = len; | |||||
10252 | ||||||
10253 | ELEM_OPT_TLV(ANSI_A_E_UZ_ID, ""); | |||||
10254 | ||||||
10255 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10256 | } | |||||
![]() |