Buffer Underrun at packet-nas_eps.c:3637 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
get_nas_esm_msg_params (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-nas_eps.c)![]() | ||||||
![]() | ||||||
3630 | void get_nas_esm_msg_params(guint8 oct, const gchar **msg_str, int *ett_tree, int *hf_idx, msg_fcn *msg_fcn) | |||||
3631 | { | |||||
3632 | gint idx; | |||||
3633 | ||||||
3634 | [+] | *msg_str = match_strval_idx((guint32) (oct & 0xff), nas_msg_esm_strings, &idx); | ||||
3635 | *ett_tree = ett_nas_msg_esm[idx]; | |||||
3636 | *hf_idx = hf_nas_eps_msg_esm_type; | |||||
3637 | *msg_fcn = nas_msg_esm_fcn[idx];
| |||||
![]() |