Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-bacapp.c:5874

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

fSimpleAckPDU

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-bacapp.c)expand/collapse
Show more  
 5868  fSimpleAckPDU(tvbuff_t *tvb, proto_tree *bacapp_tree, guint offset)
 5869  {       /* BACnet-Simple-Ack-PDU */
 5870          /* ASHRAE 135-2001 20.1.4 */
 5871   
 5872          proto_item *tc;
 5873   
 5874          tc = proto_tree_add_item(bacapp_tree, hf_bacapp_type, tvb, offset++, 1, TRUE);
 5875   
 5876          proto_tree_add_item(bacapp_tree, hf_bacapp_invoke_id, tvb,
 5877                              offset++, 1, TRUE);
 5878          proto_tree_add_item(bacapp_tree, hf_bacapp_service, tvb,
 5879                              offset++, 1, TRUE);
 5880   
 5881          return offset;
 5882  }
Show more  




Change Warning 1924.32173 : Unused Value

Priority:
State:
Finding:
Owner:
Note: