Unused Value at packet-gsm_bssmap_le.c:435 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
de_bmaple_client (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_bssmap_le.c)![]() | ||||||
![]() | ||||||
421 | de_bmaple_client(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_) | |||||
422 | { | |||||
423 | guint32 curr_offset; | |||||
424 | guint8 bitCount; | |||||
425 | ||||||
426 | bitCount = offset<<3; | |||||
427 | curr_offset = offset; | |||||
428 | ||||||
429 | /* Extract the client category and add to protocol tree */ | |||||
430 | proto_tree_add_bits_item(tree, hf_gsm_bssmap_le_client_category, tvb, bitCount, 4, FALSE); | |||||
431 | bitCount = bitCount + 4; | |||||
432 | ||||||
433 | /* Extract the client subtype and add to protocol tree */ | |||||
434 | proto_tree_add_bits_item(tree, hf_gsm_bssmap_le_client_subtype, tvb, bitCount, 4, FALSE); | |||||
435 | bitCount = bitCount + 4;
| |||||
436 | curr_offset++; | |||||
437 | ||||||
438 | return(curr_offset - offset); | |||||
439 | } | |||||
![]() |