Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-amqp.c:2167

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

dissect_amqp_method_connection_secure

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)expand/collapse
Show more  
 2161  dissect_amqp_method_connection_secure(tvbuff_t *tvb,
 2162      int offset, int bound, proto_tree *args_tree)
 2163  {
 2164      /*  challenge (longstr)      */
 2165      proto_tree_add_item(args_tree, hf_amqp_method_connection_secure_challenge,
 2166          tvb, offset + 4, tvb_get_ntohl(tvb, offset), FALSE);
 2167      AMQP_INCREMENT(offset, 4 + tvb_get_ntohl(tvb, offset), bound);
 2168   
 2169      return offset;
 2170  }
Show more  




Change Warning 1855.32150 : Unused Value

Priority:
State:
Finding:
Owner:
Note: