Unused Value at packet-ansi_a.c:10613 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_status_req (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
10602 | dtap_status_req(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
10603 | { | |||||
10604 | guint32 curr_offset; | |||||
10605 | guint32 consumed; | |||||
10606 | guint curr_len; | |||||
10607 | ||||||
10608 | curr_offset = offset; | |||||
10609 | curr_len = len; | |||||
10610 | ||||||
10611 | ELEM_MAND_LV(ANSI_A_E_IE_REQD, ""); | |||||
10612 | ||||||
10613 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
10614 | } | |||||
![]() |