Unused Value at packet-amqp.c:2429 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_channel_resume (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
2423 | dissect_amqp_method_channel_resume(tvbuff_t *tvb _U_, | |||||
2424 | int offset _U_, int bound _U_, proto_tree *args_tree _U_) | |||||
2425 | { | |||||
2426 | /* channel-id (longstr) */ | |||||
2427 | proto_tree_add_item(args_tree, hf_amqp_method_channel_resume_channel_id, | |||||
2428 | tvb, offset + 4, tvb_get_ntohl(tvb, offset), FALSE); | |||||
2429 | AMQP_INCREMENT(offset, 4 + tvb_get_ntohl(tvb, offset), bound);
| |||||
2430 | ||||||
2431 | return offset; | |||||
2432 | } | |||||
![]() |