Unused Value at packet-gsm_a_bssmap.c:2803 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
be_serv_ho (/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_bssmap.c)![]() | ||||||
![]() | ||||||
2794 | be_serv_ho(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_) | |||||
2795 | { | |||||
2796 | guint32 curr_offset; | |||||
2797 | ||||||
2798 | curr_offset = offset; | |||||
2799 | ||||||
2800 | /* Service Handover information */ | |||||
2801 | proto_tree_add_bits_item(tree, hf_gsm_a_bssmap_spare_bits, tvb, curr_offset<<3, 5, FALSE); | |||||
2802 | proto_tree_add_item(tree, hf_gsm_a_bssmap_serv_ho_inf, tvb, curr_offset+1, 1, FALSE); | |||||
2803 | curr_offset++;
| |||||
2804 | return(len); | |||||
2805 | } | |||||
![]() |