Unused Value at packet-ansi_a.c:10557 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
bsmap_priv_mode_complete (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10544 | bsmap_priv_mode_complete(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10545 | { | |||||
10546 | guint32 curr_offset; | |||||
10547 | guint32 consumed; | |||||
10548 | guint curr_len; | |||||
10549 | ||||||
10550 | curr_offset = offset; | |||||
10551 | curr_len = len; | |||||
10552 | ||||||
10553 | ELEM_OPT_TLV(ANSI_A_E_ENC_INFO, ""); | |||||
10554 | ||||||
10555 | ELEM_OPT_T(ANSI_A_E_VP_REQ, ""); | |||||
10556 | ||||||
10557 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10558 | } | |||||
![]() |