Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-dcerpc-drsuapi.c:2924

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

drsuapi_dissect_DsGetNCChangesCtr7

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-drsuapi.c)expand/collapse
Show more  
 2915  drsuapi_dissect_DsGetNCChangesCtr7(tvbuff_t *tvb, int offset, packet_info *pinfo _U_, proto_tree *parent_tree, guint8 *drep _U_, int hf_index, guint32 param _U_)
 2916  {
 2917      proto_item *item=NULL;
 2918      proto_tree *tree=NULL;
 2919      int old_offset;
 2920   
 2921      old_offset=offset;
 2922      if(parent_tree){
 2923          item=proto_tree_add_item(parent_tree, hf_index, tvb, offset, -1, TRUE);
 2924          tree=proto_item_add_subtree(item, ett_drsuapi_DsGetNCChangesCtr7);
 2925      }
 2926   
 2927      proto_item_set_len(item, offset-old_offset);
 2928   
 2929      return offset;
 2930  }
Show more  




Change Warning 3263.31973 : Unused Value

Priority:
State:
Finding:
Owner:
Note: