Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-amqp.c:2351

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

dissect_amqp_method_channel_open_ok

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)expand/collapse
Show more  
 2345  dissect_amqp_method_channel_open_ok(tvbuff_t *tvb _U_,
 2346      int offset _U_, int bound _U_, proto_tree *args_tree _U_)
 2347  {
 2348      /*  channel-id (longstr)     */
 2349      proto_tree_add_item(args_tree, hf_amqp_method_channel_open_ok_channel_id,
 2350          tvb, offset + 4, tvb_get_ntohl(tvb, offset), FALSE);
 2351      AMQP_INCREMENT(offset, 4 + tvb_get_ntohl(tvb, offset), bound);
 2352   
 2353      return offset;
 2354  }
Show more  




Change Warning 1846.32154 : Unused Value

Priority:
State:
Finding:
Owner:
Note: