Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:23108

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

decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 23098  static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_svcUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 23099   
 23100      gboolean stream_is_big_endian;          /* big endianess */
 23101   
 23102       
 23103      /* Operation specific Variable declarations Begin */
 23104   
 23105       
 23106      /* Operation specific Variable declarations End */
 23107   
 23108      stream_is_big_endian = is_big_endian(header);
 23109   
 23110      switch(header->message_type) {
 23111   
 23112      case Request:
 23113   
 23114          break;
 23115   
 23116      case Reply:
 23117   
 23118          switch(header->rep_status) {
 23119   
 23120          case NO_EXCEPTION:
 23121   
 23122              /* Function returns void */
 23123   
 23124              break;
 23125   
 23126          case USER_EXCEPTION:
 23127   
 23128              break;
 23129   
 23130          default:
 23131   
 23132              /* Unknown Exception */
 23133   
 23134              g_warning("Unknown Exception ");
 23135   
 23136              break;
 23137   
 23138           
 23139          }   /* switch(header->message_type) */
 23140   
 23141          break;
 23142   
 23143      default:
 23144   
 23145          /* Unknown GIOP Message */
 23146   
 23147          g_warning("Unknown GIOP Message");
 23148   
 23149          break;
 23150   
 23151      } /* switch(header->message_type) */
 23152   
 23153  }
Show more  




Change Warning 3652.29524 : Unused Value

Priority:
State:
Finding:
Owner:
Note: