Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-gsm_a_bssmap.c:1388

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

be_tot_res_acc

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gsm_a_bssmap.c)expand/collapse
Show more  
 1377  be_tot_res_acc(tvbuff_t *tvb, proto_tree *tree, guint32 offset, guint len _U_, gchar *add_string _U_, int string_len _U_)
 1378  {
 1379          guint32 curr_offset;
 1380   
 1381          curr_offset = offset;
 1382   
 1383          /* Total number of accessible full rate channels */
 1384          proto_tree_add_item(tree, hf_gsm_a_bssmap_tot_no_of_fullr_ch, tvb, curr_offset, 2, FALSE);
 1385          curr_offset+=2;
 1386          /* Total number of accessible half rate channels */
 1387          proto_tree_add_item(tree, hf_gsm_a_bssmap_tot_no_of_hr_ch, tvb, curr_offset, 2, FALSE);
 1388          curr_offset+=2;
 1389   
 1390   
 1391          return(len);
 1392  }
Show more  




Change Warning 2383.32311 : Unused Value

Priority:
State:
Finding:
Owner:
Note: