Unused Value at packet-ansi_a.c:10357 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_ssd_update_req (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10346 | dtap_ssd_update_req(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10347 | { | |||||
10348 | guint32 curr_offset; | |||||
10349 | guint32 consumed; | |||||
10350 | guint curr_len; | |||||
10351 | ||||||
10352 | curr_offset = offset; | |||||
10353 | curr_len = len; | |||||
10354 | ||||||
10355 | ELEM_MAND_LV(ANSI_A_E_AUTH_CHLG_PARAM, ""); | |||||
10356 | ||||||
10357 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10358 | } | |||||
![]() |