Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-gsm_a_bssmap.c:2005

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

be_res_ind_method

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_bssmap.c)expand/collapse
Show more  
 1997  be_res_ind_method(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
 1998  {
 1999          guint32 curr_offset;
 2000   
 2001          curr_offset = offset;
 2002   
 2003          proto_tree_add_bits_item(tree, hf_gsm_a_bssmap_spare_bits, tvb, curr_offset<<3, 4, FALSE);
 2004          proto_tree_add_item(tree, hf_gsm_a_bssap_res_ind_method, tvb, curr_offset, 1, FALSE);
 2005          curr_offset++;
 2006   
 2007          return(len);
 2008  }
Show more  




Change Warning 2386.32313 : Unused Value

Priority:
State:
Finding:
Owner:
Note: