Unused Value at packet-amqp.c:3183 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_basic_reject (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
3177 | dissect_amqp_method_basic_reject(tvbuff_t *tvb _U_, | |||||
3178 | int offset _U_, int bound _U_, proto_tree *args_tree _U_) | |||||
3179 | { | |||||
3180 | /* delivery-tag (longlong) */ | |||||
3181 | proto_tree_add_item(args_tree, hf_amqp_method_basic_reject_delivery_tag, | |||||
3182 | tvb, offset, 8, FALSE); | |||||
3183 | AMQP_INCREMENT(offset, 8, bound);
| |||||
3184 | ||||||
3185 | /* requeue (bit) */ | |||||
3186 | proto_tree_add_item(args_tree, hf_amqp_method_basic_reject_requeue, | |||||
3187 | tvb, offset, 1, FALSE); | |||||
3188 | ||||||
3189 | return offset; | |||||
3190 | } | |||||
![]() |