Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:88238

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

decode_org_csapi_cc_TpCallNotificationReportScope_st

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 88228  static void decode_org_csapi_cc_TpCallNotificationReportScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_) {
 88229   
 88230      gboolean stream_is_big_endian;          /* big endianess */
 88231   
 88232       
 88233      /* Operation specific Variable declarations Begin */
 88234   
 88235       
 88236      /* Operation specific Variable declarations End */
 88237   
 88238      stream_is_big_endian = is_big_endian(header);  /* get stream endianess */
 88239   
 88240      /*  Begin struct "org_csapi_TpAddress"  */
 88241   
 88242       
 88243   
 88244      decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation);
 88245   
 88246      /*  End struct "org_csapi_TpAddress"  */
 88247   
 88248      /*  Begin struct "org_csapi_TpAddress"  */
 88249   
 88250       
 88251   
 88252      decode_org_csapi_TpAddress_st(tvb, pinfo, tree, offset, header, operation);
 88253   
 88254      /*  End struct "org_csapi_TpAddress"  */
 88255   
 88256  }
Show more  




Change Warning 3668.31779 : Unused Value

Priority:
State:
Finding:
Owner:
Note: