Unused Value at packet-amqp.c:3165 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_basic_ack (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
3159 | dissect_amqp_method_basic_ack(tvbuff_t *tvb _U_, | |||||
3160 | int offset _U_, int bound _U_, proto_tree *args_tree _U_) | |||||
3161 | { | |||||
3162 | /* delivery-tag (longlong) */ | |||||
3163 | proto_tree_add_item(args_tree, hf_amqp_method_basic_ack_delivery_tag, | |||||
3164 | tvb, offset, 8, FALSE); | |||||
3165 | AMQP_INCREMENT(offset, 8, bound);
| |||||
3166 | ||||||
3167 | /* multiple (bit) */ | |||||
3168 | proto_tree_add_item(args_tree, hf_amqp_method_basic_ack_multiple, | |||||
3169 | tvb, offset, 1, FALSE); | |||||
3170 | ||||||
3171 | return offset; | |||||
3172 | } | |||||
![]() |