Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-dcerpc-mapi.c:8625

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

mapi_dissect_struct_Release_repl

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-mapi.c)expand/collapse
Show more  
 8614  mapi_dissect_struct_Release_repl(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_, int hf_index _U_, guint32 param _U_)
 8615  {
 8616          proto_item *item = NULL;
 8617          proto_tree *tree = NULL;
 8618          int old_offset;
 8619   
 8620   
 8621          old_offset = offset;
 8622   
 8623          if (parent_tree) {
 8624                  item = proto_tree_add_item(parent_tree, hf_index, tvb, offset, -1, TRUE);
 8625                  tree = proto_item_add_subtree(item, ett_mapi_Release_repl);
 8626          }
 8627           
 8628   
 8629          proto_item_set_len(item, offset-old_offset);
 8630   
 8631          return offset;
 8632  }
Show more  




Change Warning 2029.31905 : Unused Value

Priority:
State:
Finding:
Owner:
Note: