Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-mikey.c:607

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

add_next_payload

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-mikey.c)expand/collapse
Show more  
 603  add_next_payload(tvbuff_t *tvb, proto_tree *tree, int offset)
 604  {
 605          guint8 next_payload;
 606   
 607          next_payload = tvb_get_guint8(tvb, offset);
 608   
 609          proto_tree_add_item(tree, hf_mikey[POS_NEXT_PAYLOAD], tvb, offset, 1, FALSE);
 610  }
Show more  




Change Warning 2741.32207 : Unused Value

Priority:
State:
Finding:
Owner:
Note: