Buffer Underrun at packet-gsm_a_rr.c:8403 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
get_rr_msg_params (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_rr.c)![]() | ||||||
![]() | ||||||
8396 | void get_rr_msg_params(guint8 oct, const gchar **msg_str, int *ett_tree, int *hf_idx, msg_fcn *msg_fcn) | |||||
8397 | { | |||||
8398 | gint idx; | |||||
8399 | ||||||
8400 | [+] | *msg_str = match_strval_idx((guint32) (oct & DTAP_RR_IEI_MASK), gsm_a_dtap_msg_rr_strings, &idx); | ||||
8401 | *ett_tree = ett_gsm_dtap_msg_rr[idx]; | |||||
8402 | *hf_idx = hf_gsm_a_dtap_msg_rr_type; | |||||
8403 | *msg_fcn = dtap_msg_rr_fcn[idx];
| |||||
![]() |