Buffer Underrun at packet-gsm_a_gm.c:5860 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
get_gmm_msg_params (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_gm.c)![]() | ||||||
![]() | ||||||
5853 | void get_gmm_msg_params(guint8 oct, const gchar **msg_str, int *ett_tree, int *hf_idx, msg_fcn *msg_fcn) | |||||
5854 | { | |||||
5855 | gint idx; | |||||
5856 | ||||||
5857 | [+] | *msg_str = match_strval_idx((guint32) (oct & DTAP_GMM_IEI_MASK), gsm_a_dtap_msg_gmm_strings, &idx); | ||||
5858 | *ett_tree = ett_gsm_dtap_msg_gmm[idx]; | |||||
5859 | *hf_idx = hf_gsm_a_dtap_msg_gmm_type; | |||||
5860 | *msg_fcn = dtap_msg_gmm_fcn[idx];
| |||||
![]() |