Unused Value at packet-amqp.c:3151 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
dissect_amqp_method_basic_get_empty (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-amqp.c)![]() | ||||||
![]() | ||||||
3145 | dissect_amqp_method_basic_get_empty(tvbuff_t *tvb _U_, | |||||
3146 | int offset _U_, int bound _U_, proto_tree *args_tree _U_) | |||||
3147 | { | |||||
3148 | /* cluster-id (shortstr) */ | |||||
3149 | proto_tree_add_item(args_tree, hf_amqp_method_basic_get_empty_cluster_id, | |||||
3150 | tvb, offset + 1, tvb_get_guint8(tvb, offset), FALSE); | |||||
3151 | AMQP_INCREMENT(offset, 1 + tvb_get_guint8(tvb, offset), bound);
| |||||
3152 | ||||||
3153 | return offset; | |||||
3154 | } | |||||
![]() |