Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-disp.c:1310

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

dissect_disp_RefreshInformation

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-disp.c)expand/collapse
Show more  
 1300  dissect_disp_RefreshInformation(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
 1301  #line 50 "disp.cnf"
 1302    guint32 update;
 1303   
 1304      offset = dissect_ber_choice(actx, tree, tvb, offset,
 1305                                   RefreshInformation_choice, hf_index, ett_disp_RefreshInformation,
 1306[+]                                  &update);
 1307   
 1308   
 1309[+]   if (check_col(actx->pinfo->cinfo, COL_INFO)) {
 1310          col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %s", val_to_str(update, disp_RefreshInformation_vals, "unknown(%d)"));
Show more  




Change Warning 3121.31875 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: