Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-amqp.c:2266

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

dissect_amqp_method_connection_open_ok

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)expand/collapse
Show more  
 2260  dissect_amqp_method_connection_open_ok(tvbuff_t *tvb,
 2261      int offset, int bound, proto_tree *args_tree)
 2262  {
 2263      /*  known-hosts (shortstr)   */
 2264      proto_tree_add_item(args_tree, hf_amqp_method_connection_open_ok_known_hosts,
 2265          tvb, offset + 1, tvb_get_guint8(tvb, offset), FALSE);
 2266      AMQP_INCREMENT(offset, 1 + tvb_get_guint8(tvb, offset), bound);
 2267   
 2268      return offset;
 2269  }
Show more  




Change Warning 1851.32152 : Unused Value

Priority:
State:
Finding:
Owner:
Note: