Unused Value at packet-amqp.c:2337 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_channel_open (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
2331 | dissect_amqp_method_channel_open(tvbuff_t *tvb _U_, | |||||
2332 | int offset _U_, int bound _U_, proto_tree *args_tree _U_) | |||||
2333 | { | |||||
2334 | /* out-of-band (shortstr) */ | |||||
2335 | proto_tree_add_item(args_tree, hf_amqp_method_channel_open_out_of_band, | |||||
2336 | tvb, offset + 1, tvb_get_guint8(tvb, offset), FALSE); | |||||
2337 | AMQP_INCREMENT(offset, 1 + tvb_get_guint8(tvb, offset), bound);
| |||||
2338 | ||||||
2339 | return offset; | |||||
2340 | } | |||||
![]() |