Unused Value at packet-amqp.c:2857 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_queue_delete_ok (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
2851 | dissect_amqp_method_queue_delete_ok(tvbuff_t *tvb _U_, | |||||
2852 | int offset _U_, int bound _U_, proto_tree *args_tree _U_) | |||||
2853 | { | |||||
2854 | /* count (long) */ - | |||||
2855 | proto_tree_add_item(args_tree, , | |||||
2856 | tvb, offset, 4, FALSE); | |||||
2857 | AMQP_INCREMENT(offset, 4, bound);
| |||||
2858 | ||||||
2859 | return offset; | |||||
2860 | } | |||||
![]() |