Unused Value at packet-gsm_a_gm.c:4880 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dtap_gmm_ptmsi_realloc_com (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_gm.c)![]() | ||||||
![]() | ||||||
4869 | dtap_gmm_ptmsi_realloc_com(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len) | |||||
4870 | { | |||||
4871 | guint32 curr_offset; | |||||
4872 | /* guint32 consumed; */ | |||||
4873 | guint curr_len; | |||||
4874 | ||||||
4875 | curr_offset = offset; | |||||
4876 | curr_len = len; | |||||
4877 | ||||||
4878 | gsm_a_dtap_pinfo->p2p_dir = P2P_DIR_RECV; | |||||
4879 | ||||||
4880 | EXTRANEOUS_DATA_CHECK(curr_len, 0);
| |||||
4881 | } | |||||
![]() |