Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:85474

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

decode_org_csapi_TpChargeAdviceInfo_st

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 85464  static void decode_org_csapi_TpChargeAdviceInfo_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_) {
 85465   
 85466      gboolean stream_is_big_endian;          /* big endianess */
 85467   
 85468       
 85469      /* Operation specific Variable declarations Begin */
 85470   
 85471       
 85472      /* Operation specific Variable declarations End */
 85473   
 85474      stream_is_big_endian = is_big_endian(header);  /* get stream endianess */
 85475   
 85476      /*  Begin struct "org_csapi_TpCAIElements"  */
 85477   
 85478       
 85479   
 85480      decode_org_csapi_TpCAIElements_st(tvb, pinfo, tree, offset, header, operation);
 85481   
 85482      /*  End struct "org_csapi_TpCAIElements"  */
 85483   
 85484      /*  Begin struct "org_csapi_TpCAIElements"  */
 85485   
 85486       
 85487   
 85488      decode_org_csapi_TpCAIElements_st(tvb, pinfo, tree, offset, header, operation);
 85489   
 85490      /*  End struct "org_csapi_TpCAIElements"  */
 85491   
 85492  }
Show more  




Change Warning 3662.31705 : Unused Value

Priority:
State:
Finding:
Owner:
Note: