Text   |  XML   |  ReML   |   Visible Warnings:

Buffer Underrun  at packet-gsm_a_rr.c:8403

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

get_rr_msg_params

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_rr.c)expand/collapse
Show more  
 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];
Show more  




Change Warning 2502.29494 : Buffer Underrun

Priority:
State:
Finding:
Owner:
Note: