Unused Value at packet-gsm_a_bssmap.c:2339 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
be_curr_chan_1 (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_bssmap.c)![]() | ||||||
![]() | ||||||
2332 | be_curr_chan_1(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_) | |||||
2333 | { | |||||
2334 | guint8 oct; | |||||
2335 | guint32 curr_offset; | |||||
2336 | ||||||
2337 | curr_offset = offset; | |||||
2338 | ||||||
2339 | oct = tvb_get_guint8(tvb, curr_offset);
| |||||
2340 | ||||||
2341 | /* Channel mode */ | |||||
2342 | proto_tree_add_item(tree, hf_gsm_a_bssmap_ch_mode, tvb, curr_offset, 1, FALSE); | |||||
2343 | /* Channel */ | |||||
2344 | proto_tree_add_item(tree, hf_gsm_a_bssmap_channel, tvb, curr_offset, 1, FALSE); | |||||
2345 | ||||||
2346 | curr_offset++; | |||||
2347 | ||||||
2348 | /* no length check possible */ | |||||
2349 | ||||||
2350 | return(curr_offset - offset); | |||||
2351 | } | |||||
![]() |