Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:23169

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

decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 23159  static void decode_org_csapi_fw_fw_service_integrity_IpSvcFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 23160   
 23161      gboolean stream_is_big_endian;          /* big endianess */
 23162   
 23163       
 23164      /* Operation specific Variable declarations Begin */
 23165   
 23166       
 23167      /* Operation specific Variable declarations End */
 23168   
 23169      stream_is_big_endian = is_big_endian(header);
 23170   
 23171      switch(header->message_type) {
 23172   
 23173      case Request:
 23174   
 23175          break;
 23176   
 23177      case Reply:
 23178   
 23179          switch(header->rep_status) {
 23180   
 23181          case NO_EXCEPTION:
 23182   
 23183              /* Function returns void */
 23184   
 23185              break;
 23186   
 23187          case USER_EXCEPTION:
 23188   
 23189              break;
 23190   
 23191          default:
 23192   
 23193              /* Unknown Exception */
 23194   
 23195              g_warning("Unknown Exception ");
 23196   
 23197              break;
 23198   
 23199           
 23200          }   /* switch(header->message_type) */
 23201   
 23202          break;
 23203   
 23204      default:
 23205   
 23206          /* Unknown GIOP Message */
 23207   
 23208          g_warning("Unknown GIOP Message");
 23209   
 23210          break;
 23211   
 23212      } /* switch(header->message_type) */
 23213   
 23214  }
Show more  




Change Warning 3653.29525 : Unused Value

Priority:
State:
Finding:
Owner:
Note: