Unused Value at packet-amqp.c:2181 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_connection_secure_ok (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
2175 | dissect_amqp_method_connection_secure_ok(tvbuff_t *tvb, | |||||
2176 | int offset, int bound, proto_tree *args_tree) | |||||
2177 | { | |||||
2178 | /* response (longstr) */ | |||||
2179 | proto_tree_add_item(args_tree, hf_amqp_method_connection_secure_ok_response, | |||||
2180 | tvb, offset + 4, tvb_get_ntohl(tvb, offset), FALSE); | |||||
2181 | AMQP_INCREMENT(offset, 4 + tvb_get_ntohl(tvb, offset), bound);
| |||||
2182 | ||||||
2183 | return offset; | |||||
2184 | } | |||||
![]() |