Unused Value at packet-amqp.c:3817 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_dtx_start (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
3811 | dissect_amqp_method_dtx_start(tvbuff_t *tvb _U_, | |||||
3812 | int offset _U_, int bound _U_, proto_tree *args_tree _U_) | |||||
3813 | { | |||||
3814 | /* dtx-identifier (shortstr) */ | |||||
3815 | proto_tree_add_item(args_tree, hf_amqp_method_dtx_start_dtx_identifier, | |||||
3816 | tvb, offset + 1, tvb_get_guint8(tvb, offset), FALSE); | |||||
3817 | AMQP_INCREMENT(offset, 1 + tvb_get_guint8(tvb, offset), bound);
| |||||
3818 | ||||||
3819 | return offset; | |||||
3820 | } | |||||
![]() |