Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-extreme.c:449

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

dissect_null_tlv

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-extreme.c)expand/collapse
Show more  
 438  dissect_null_tlv(tvbuff_t *tvb, packet_info *pinfo, int offset, int length _U_, proto_tree *tree)
 439  {
 440          proto_item      *null_item;
 441          proto_tree      *null_tree;
 442   
 443          null_item = proto_tree_add_protocol_format(tree, hf_edp_null,
 444                  tvb, offset, length, "Null");
 445   
 446          null_tree = proto_item_add_subtree(null_item, ett_edp_null);
 447   
 448          dissect_tlv_header(tvb, pinfo, offset, 4, null_tree);
 449          offset += 4;
 450  }
Show more  




Change Warning 2347.32888 : Unused Value

Priority:
State:
Finding:
Owner:
Note: