Unused Value at packet-ansi_a.c:10393 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_bs_challenge_resp (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10382 | dtap_bs_challenge_resp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10383 | { | |||||
10384 | guint32 curr_offset; | |||||
10385 | guint32 consumed; | |||||
10386 | guint curr_len; | |||||
10387 | ||||||
10388 | curr_offset = offset; | |||||
10389 | curr_len = len; | |||||
10390 | ||||||
10391 | ELEM_MAND_LV(ANSI_A_E_AUTH_RESP_PARAM, ""); | |||||
10392 | ||||||
10393 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10394 | } | |||||
![]() |