Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-pn.c:226

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

dissect_pn_user_data

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/profinet/packet-pn.c)expand/collapse
Show more  
 220  dissect_pn_user_data(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,
 221                      proto_tree *tree, guint32 length, const char *text)
 222  {
 223      proto_item *item;
 224   
 225   
 226      item = proto_tree_add_string_format(tree, hf_pn_user_data, tvb, offset, length, "data",  
 227          "%s: %d bytes", text, length);
 228   
 229      return offset + length;
 230  }
Show more  




Change Warning 3754.31068 : Unused Value

Priority:
State:
Finding:
Owner:
Note: