Unused Value at packet-gsm_bsslap.c:752 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_gsm_bsslap_u_tdoa_req (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_bsslap.c)![]() | ||||||
![]() | ||||||
740 | dissect_gsm_bsslap_u_tdoa_req(tvbuff_t *tvb, proto_tree *tree, int offset) | |||||
741 | { | |||||
742 | guint32 curr_offset; | |||||
743 | guint32 consumed; | |||||
744 | guint curr_len; | |||||
745 | ||||||
746 | curr_offset = offset; | |||||
747 | curr_len = tvb_length_remaining(tvb,offset); | |||||
748 | ||||||
749 | /* Delta Timer IE 5.22 O (note 1) TV 2 */ | |||||
750 | ELEM_OPT_TV(BSSLAP_PARAM_DELTA_TIMER, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_DELTA_TIME, ""); | |||||
751 | /* Polling Repitition IE 5.28 (note) C (note 2) TV 2 */ | |||||
752 | ELEM_OPT_TV(BSSLAP_PARAM_POLLING_REPETITION, GSM_A_PDU_TYPE_BSSLAP, DE_BLAP_POLL_REP, "");
| |||||
753 | ||||||
754 | return; | |||||
755 | } | |||||
![]() |