Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-bthci_cmd.c:1804

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

dissect_informational_parameters_cmd

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-bthci_cmd.c)expand/collapse
Show more  
 1797  dissect_informational_parameters_cmd(tvbuff_t *tvb, int offset, packet_info *pinfo _U_,  
 1798                  proto_tree *tree, guint16 cmd_ocf)
 1799  {
 1800          switch(cmd_ocf) {
 1801   
 1802                  case 0x0004: /* Read Local Extended Features */
 1803                          proto_tree_add_item(tree, hf_bthci_cmd_page_number, tvb, offset, 1, TRUE);
 1804                          offset++;
 1805                          break;
 1806   
 1807                  default:
 1808                          proto_tree_add_item(tree, hf_bthci_cmd_params, tvb, offset, -1, TRUE);
 1809                          offset+=tvb_length_remaining(tvb, offset);
 1810                          break;
 1811   
 1812          }
 1813  }
Show more  




Change Warning 1957.32175 : Unused Value

Priority:
State:
Finding:
Owner:
Note: