Unused Value at packet-ansi_a.c:10658 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_status_resp (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10647 | dtap_status_resp(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10648 | { | |||||
10649 | guint32 curr_offset; | |||||
10650 | guint32 consumed; | |||||
10651 | guint curr_len; | |||||
10652 | ||||||
10653 | curr_offset = offset; | |||||
10654 | curr_len = len; | |||||
10655 | ||||||
10656 | ELEM_MAND_LV(ANSI_A_E_REV_MS_INFO_RECS, ""); | |||||
10657 | ||||||
10658 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10659 | } | |||||
![]() |