Unused Value at packet-ansi_a.c:10375 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_bs_challenge (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10364 | dtap_bs_challenge(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10365 | { | |||||
10366 | guint32 curr_offset; | |||||
10367 | guint32 consumed; | |||||
10368 | guint curr_len; | |||||
10369 | ||||||
10370 | curr_offset = offset; | |||||
10371 | curr_len = len; | |||||
10372 | ||||||
10373 | ELEM_MAND_LV(ANSI_A_E_AUTH_CHLG_PARAM, ""); | |||||
10374 | ||||||
10375 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10376 | } | |||||
![]() |