Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-dcerpc.c:4340

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

dissect_dcerpc_dg_cancel

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc.c)expand/collapse
Show more  
 4326  dissect_dcerpc_dg_cancel (tvbuff_t *tvb, int offset, packet_info *pinfo,
 4327                            proto_tree *dcerpc_tree,
 4328                            e_dce_dg_common_hdr_t *hdr)
 4329  {
 4330      guint32 version;
 4331   
 4332      offset = dissect_dcerpc_uint32 (tvb, offset, pinfo, dcerpc_tree,
 4333                                      hdr->drep, hf_dcerpc_dg_cancel_vers,
 4334                                      &version);
 4335   
 4336      switch (version) {
 4337   
 4338      case 0:
 4339          /* The only version we know about */
 4340          offset = dissect_dcerpc_uint32 (tvb, offset, pinfo, dcerpc_tree,
 4341                                          hdr->drep, hf_dcerpc_dg_cancel_id,
 4342                                          NULL);
 4343          /* XXX - are NDR booleans 32 bits? */
 4344   
 4345          /* XXX - the RPC reference in chapter: "the cancel PDU" doesn't mention 
 4346             the accepting_cancels field (it's only in the cancel_ack PDU)! */
 4347          /*offset = dissect_dcerpc_uint32 (tvb, offset, pinfo, dcerpc_tree,
 4348                                          hdr->drep, hf_dcerpc_dg_server_accepting_cancels,
 4349                                          NULL);*/
 4350          break;
 4351      }
 4352  }
Show more  




Change Warning 2181.32885 : Unused Value

Priority:
State:
Finding:
Owner:
Note: