Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:23538

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

decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 23528  static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_generateFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 23529   
 23530      gboolean stream_is_big_endian;          /* big endianess */
 23531   
 23532       
 23533      /* Operation specific Variable declarations Begin */
 23534   
 23535       
 23536      /* Operation specific Variable declarations End */
 23537   
 23538      stream_is_big_endian = is_big_endian(header);
 23539   
 23540      switch(header->message_type) {
 23541   
 23542      case Request:
 23543   
 23544          /*  Begin struct "org_csapi_TpTimeInterval"  */
 23545   
 23546           
 23547   
 23548          decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation);
 23549   
 23550          /*  End struct "org_csapi_TpTimeInterval"  */
 23551   
 23552          break;
 23553   
 23554      case Reply:
 23555   
 23556          switch(header->rep_status) {
 23557   
 23558          case NO_EXCEPTION:
 23559   
 23560              /* Function returns void */
 23561   
 23562              break;
 23563   
 23564          case USER_EXCEPTION:
 23565   
 23566              break;
 23567   
 23568          default:
 23569   
 23570              /* Unknown Exception */
 23571   
 23572              g_warning("Unknown Exception ");
 23573   
 23574              break;
 23575   
 23576           
 23577          }   /* switch(header->message_type) */
 23578   
 23579          break;
 23580   
 23581      default:
 23582   
 23583          /* Unknown GIOP Message */
 23584   
 23585          g_warning("Unknown GIOP Message");
 23586   
 23587          break;
 23588   
 23589      } /* switch(header->message_type) */
 23590   
 23591  }
Show more  




Change Warning 3654.31790 : Unused Value

Priority:
State:
Finding:
Owner:
Note: