Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at packet-disp.c:1398

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

dissect_disp_UpdateShadowResult

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-disp.c)expand/collapse
Show more  
 1388  dissect_disp_UpdateShadowResult(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, asn1_ctx_t *actx _U_, proto_tree *tree _U_, int hf_index _U_) {
 1389  #line 98 "disp.cnf"
 1390    guint32 update;
 1391   
 1392      offset = dissect_ber_choice(actx, tree, tvb, offset,
 1393                                   UpdateShadowResult_choice, hf_index, ett_disp_UpdateShadowResult,
 1394[+]                                  &update);
 1395   
 1396   
 1397[+]   if (check_col(actx->pinfo->cinfo, COL_INFO)) {
 1398          col_append_fstr(actx->pinfo->cinfo, COL_INFO, " %s", val_to_str(update, disp_UpdateShadowResult_vals, "unknown(%d)"));
Show more  




Change Warning 3122.31876 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: