Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:89055

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

decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 89044  static void decode_org_csapi_cc_cccs_TpMonoMediaConfPolicy_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_) {
 89045   
 89046      gboolean stream_is_big_endian;          /* big endianess */
 89047   
 89048       
 89049      /* Operation specific Variable declarations Begin */
 89050   
 89051      guint8    u_octet1;
 89052       
 89053      /* Operation specific Variable declarations End */
 89054   
 89055      stream_is_big_endian = is_big_endian(header);  /* get stream endianess */
 89056   
 89057      u_octet1 = get_CDR_boolean(tvb,offset);
 89058      if (tree) {
 89059         proto_tree_add_text(tree,tvb,*offset-1,1,"TpMonoMediaConfPolicy_JoinAllowed = %u",u_octet1);
 89060      }
 89061   
 89062  }
Show more  




Change Warning 3671.31521 : Unused Value

Priority:
State:
Finding:
Owner:
Note: