Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-dcerpc.c:4410

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

dissect_dcerpc_dg_reject_fault

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc.c)expand/collapse
Show more  
 4404  dissect_dcerpc_dg_reject_fault (tvbuff_t *tvb, int offset, packet_info *pinfo,
 4405                          proto_tree *dcerpc_tree,
 4406                          e_dce_dg_common_hdr_t *hdr)
 4407  {
 4408      guint32 status;
 4409   
 4410      offset = dissect_dcerpc_uint32 (tvb, offset, pinfo, dcerpc_tree,
 4411                                      hdr->drep, hf_dcerpc_dg_status,
 4412                                      &status);
 4413   
 4414      if (check_col (pinfo->cinfo, COL_INFO)) {
 4415          col_append_fstr (pinfo->cinfo, COL_INFO,
 4416                        ": status: %s",
 4417                        val_to_str(status, reject_status_vals, "Unknown (0x%08x)"));
 4418      }
 4419  }
Show more  




Change Warning 2182.32886 : Unused Value

Priority:
State:
Finding:
Owner:
Note: