Unused Value at packet-ansi_a.c:10151 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_auth_resp (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10140 | dtap_auth_resp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10141 | { | |||||
10142 | guint32 curr_offset; | |||||
10143 | guint32 consumed; | |||||
10144 | guint curr_len; | |||||
10145 | ||||||
10146 | curr_offset = offset; | |||||
10147 | curr_len = len; | |||||
10148 | ||||||
10149 | ELEM_MAND_LV(ANSI_A_E_AUTH_RESP_PARAM, ""); | |||||
10150 | ||||||
10151 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10152 | } | |||||
![]() |