Unused Value at packet-ansi_a.c:10973 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
bsmap_ho_complete (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10962 | bsmap_ho_complete(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10963 | { | |||||
10964 | guint32 curr_offset; | |||||
10965 | guint32 consumed; | |||||
10966 | guint curr_len; | |||||
10967 | ||||||
10968 | curr_offset = offset; | |||||
10969 | curr_len = len; | |||||
10970 | ||||||
10971 | ELEM_OPT_TV(ANSI_A_E_SO, ""); | |||||
10972 | ||||||
10973 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10974 | } | |||||
![]() |