Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-tango.c:4207

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

decode_Tango_DevAttrHistory_3_st

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-tango.c)expand/collapse
Show more  
 4196  static void decode_Tango_DevAttrHistory_3_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_) {
 4197   
 4198      gboolean stream_is_big_endian;          /* big endianess */
 4199   
 4200       
 4201      /* Operation specific Variable declarations Begin */
 4202   
 4203      guint8    u_octet1;
 4204       
 4205      /* Operation specific Variable declarations End */
 4206   
 4207      stream_is_big_endian = is_big_endian(header);  /* get stream endianess */
 4208   
 4209      u_octet1 = get_CDR_boolean(tvb,offset);
 4210      if (tree) {
 4211         proto_tree_add_text(tree,tvb,*offset-1,1,"DevAttrHistory_3_attr_failed = %u",u_octet1);
 4212      }
 4213   
 4214      /*  Begin struct "Tango_AttributeValue_3"  */
 4215   
 4216       
 4217   
 4218      decode_Tango_AttributeValue_3_st(tvb, pinfo, tree, offset, header, operation);
 4219   
 4220      /*  End struct "Tango_AttributeValue_3"  */
 4221   
 4222  }
Show more  




Change Warning 3621.33876 : Unused Value

Priority:
State:
Finding:
Owner:
Note: