Unused Value at packet-ansi_a.c:9890 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
bsmap_paca_command_ack (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-ansi_a.c)![]() | ||||||
![]() | ||||||
9879 | bsmap_paca_command_ack(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
9880 | { | |||||
9881 | guint32 curr_offset; | |||||
9882 | guint32 consumed; | |||||
9883 | guint curr_len; | |||||
9884 | ||||||
9885 | curr_offset = offset; | |||||
9886 | curr_len = len; | |||||
9887 | ||||||
9888 | ELEM_OPT_TLV(ANSI_A_E_CAUSE, ""); | |||||
9889 | ||||||
9890 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
9891 | } | |||||
![]() |