Unused Value at packet-amqp.c:2812 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_queue_purge_ok (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
2806 | dissect_amqp_method_queue_purge_ok(tvbuff_t *tvb _U_, | |||||
2807 | int offset _U_, int bound _U_, proto_tree *args_tree _U_) | |||||
2808 | { | |||||
2809 | /* count (long) */ - | |||||
2810 | proto_tree_add_item(args_tree, , | |||||
2811 | tvb, offset, 4, FALSE); | |||||
2812 | AMQP_INCREMENT(offset, 4, bound);
| |||||
2813 | ||||||
2814 | return offset; | |||||
2815 | } | |||||
![]() |