Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-amqp.c:2812

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

dissect_amqp_method_queue_purge_ok

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)expand/collapse
Show more  
 2806  dissect_amqp_method_queue_purge_ok(tvbuff_t *tvb _U_,
 2807      int offset _U_, int bound _U_, proto_tree *args_tree _U_)
 2808  {
 2809      /*  message-count (long)     */
 2810      proto_tree_add_item(args_tree, hf_amqp_method_queue_purge_ok_message_count,
 2811          tvb, offset, 4, FALSE);
 2812      AMQP_INCREMENT(offset, 4, bound);
 2813   
 2814      return offset;
 2815  }
Show more  




Change Warning 1840.32158 : Unused Value

Priority:
State:
Finding:
Owner:
Note: