Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-amqp.c:2953

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

dissect_amqp_method_basic_consume_ok

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)expand/collapse
Show more  
 2947  dissect_amqp_method_basic_consume_ok(tvbuff_t *tvb _U_,
 2948      int offset _U_, int bound _U_, proto_tree *args_tree _U_)
 2949  {
 2950      /*  consumer-tag (shortstr)  */
 2951      proto_tree_add_item(args_tree, hf_amqp_method_basic_consume_ok_consumer_tag,
 2952          tvb, offset + 1, tvb_get_guint8(tvb, offset), FALSE);
 2953      AMQP_INCREMENT(offset, 1 + tvb_get_guint8(tvb, offset), bound);
 2954   
 2955      return offset;
 2956  }
Show more  




Change Warning 1838.32160 : Unused Value

Priority:
State:
Finding:
Owner:
Note: