Unused Value at packet-ansi_a.c:9740 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_connect (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
9729 | dtap_connect(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
9730 | { | |||||
9731 | guint32 curr_offset; | |||||
9732 | guint32 consumed; | |||||
9733 | guint curr_len; | |||||
9734 | ||||||
9735 | curr_offset = offset; | |||||
9736 | curr_len = len; | |||||
9737 | ||||||
9738 | ELEM_OPT_TLV(ANSI_A_E_SOCI, ""); | |||||
9739 | ||||||
9740 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
9741 | } | |||||
![]() |