Unused Value at packet-amqp.c:2504 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_access_request_ok (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
2498 | dissect_amqp_method_access_request_ok(tvbuff_t *tvb _U_, | |||||
2499 | int offset _U_, int bound _U_, proto_tree *args_tree _U_) | |||||
2500 | { | |||||
2501 | /* ticket (short) */ | |||||
2502 | proto_tree_add_item(args_tree, hf_amqp_method_access_request_ok_ticket, | |||||
2503 | tvb, offset, 2, FALSE); | |||||
2504 | AMQP_INCREMENT(offset, 2, bound);
| |||||
2505 | ||||||
2506 | return offset; | |||||
2507 | } | |||||
![]() |