Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:50237

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

decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 50227  static void decode_org_csapi_cm_IpEnterpriseNetworkSite_getIPSubnet(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 50228   
 50229      gboolean stream_is_big_endian;          /* big endianess */
 50230   
 50231       
 50232      /* Operation specific Variable declarations Begin */
 50233   
 50234       
 50235      /* Operation specific Variable declarations End */
 50236   
 50237      stream_is_big_endian = is_big_endian(header);
 50238   
 50239      switch(header->message_type) {
 50240   
 50241      case Request:
 50242   
 50243          break;
 50244   
 50245      case Reply:
 50246   
 50247          switch(header->rep_status) {
 50248   
 50249          case NO_EXCEPTION:
 50250   
 50251              /*  Begin struct "org_csapi_cm_TpIPSubnet"  */
 50252   
 50253               
 50254   
 50255              decode_org_csapi_cm_TpIPSubnet_st(tvb, pinfo, tree, offset, header, operation);
 50256   
 50257              /*  End struct "org_csapi_cm_TpIPSubnet"  */
 50258   
 50259              break;
 50260   
 50261          case USER_EXCEPTION:
 50262   
 50263              break;
 50264   
 50265          default:
 50266   
 50267              /* Unknown Exception */
 50268   
 50269              g_warning("Unknown Exception ");
 50270   
 50271              break;
 50272   
 50273           
 50274          }   /* switch(header->message_type) */
 50275   
 50276          break;
 50277   
 50278      default:
 50279   
 50280          /* Unknown GIOP Message */
 50281   
 50282          g_warning("Unknown GIOP Message");
 50283   
 50284          break;
 50285   
 50286      } /* switch(header->message_type) */
 50287   
 50288  }
Show more  




Change Warning 3704.31794 : Unused Value

Priority:
State:
Finding:
Owner:
Note: