Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-dcerpc-lsa.c:1518

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

lsarpc_dissect_element_lsa_LookupNames3_names_X

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-dcerpc-lsa.c)expand/collapse
Show more  
 1508  lsarpc_dissect_element_lsa_LookupNames3_names_X(tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *parent_tree _U_, guint8 *drep _U_)
 1509  {
 1510          proto_item *item = NULL;
 1511          proto_tree *tree = NULL;
 1512          dcerpc_info *di = NULL;
 1513          int old_offset = offset;
 1514          if (parent_tree) {
 1515                  item = proto_tree_add_item(parent_tree, hf_lsarpc_names, tvb, offset, -1, TRUE);
 1516                  tree = proto_item_add_subtree(item, ett_lsarpc_names);
 1517          }
 1518          di=pinfo->private_data;
 1519          offset = dissect_ndr_ucarray(tvb, offset, pinfo, tree, drep, lsarpc_dissect_element_lsa_LookupNames3_names_);
 1520          proto_item_set_len(item, offset-old_offset);
 1521          return offset;
 1522  }
Show more  




Change Warning 1682.34537 : Unused Value

Priority:
State:
Finding:
Owner:
Note: