Unused Value at packet-gsm_a_dtap.c:5238 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_tp_open_loop_cmd (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_dtap.c)![]() | ||||||
![]() | ||||||
5226 | dtap_tp_open_loop_cmd(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
5227 | { | |||||
5228 | guint32 curr_offset; | |||||
5229 | guint32 consumed; | |||||
5230 | guint curr_len; | |||||
5231 | ||||||
5232 | curr_len = len; | |||||
5233 | curr_offset = offset; | |||||
5234 | ||||||
5235 | if (curr_len) | |||||
5236 | ELEM_MAND_V(GSM_A_PDU_TYPE_DTAP, DE_TP_ACK ); | |||||
5237 | ||||||
5238 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
5239 | } | |||||
![]() |