Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-amqp.c:3490

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

dissect_amqp_method_file_ack

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)expand/collapse
Show more  
 3484  dissect_amqp_method_file_ack(tvbuff_t *tvb _U_,
 3485      int offset _U_, int bound _U_, proto_tree *args_tree _U_)
 3486  {
 3487      /*  delivery-tag (longlong)  */
 3488      proto_tree_add_item(args_tree, hf_amqp_method_file_ack_delivery_tag,
 3489          tvb, offset, 8, FALSE);
 3490      AMQP_INCREMENT(offset, 8, bound);
 3491   
 3492      /*  multiple (bit)           */
 3493      proto_tree_add_item(args_tree, hf_amqp_method_file_ack_multiple,
 3494          tvb, offset, 1, FALSE);
 3495   
 3496      return offset;
 3497  }
Show more  




Change Warning 1849.32168 : Unused Value

Priority:
State:
Finding:
Owner:
Note: