Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:27609

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

decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 27599  static void decode_org_csapi_cc_gccs_IpAppCallControlManager_callNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 27600   
 27601      gboolean stream_is_big_endian;          /* big endianess */
 27602   
 27603       
 27604      /* Operation specific Variable declarations Begin */
 27605   
 27606       
 27607      /* Operation specific Variable declarations End */
 27608   
 27609      stream_is_big_endian = is_big_endian(header);
 27610   
 27611      switch(header->message_type) {
 27612   
 27613      case Request:
 27614   
 27615          break;
 27616   
 27617      case Reply:
 27618   
 27619          switch(header->rep_status) {
 27620   
 27621          case NO_EXCEPTION:
 27622   
 27623              /* Function returns void */
 27624   
 27625              break;
 27626   
 27627          case USER_EXCEPTION:
 27628   
 27629              break;
 27630   
 27631          default:
 27632   
 27633              /* Unknown Exception */
 27634   
 27635              g_warning("Unknown Exception ");
 27636   
 27637              break;
 27638   
 27639           
 27640          }   /* switch(header->message_type) */
 27641   
 27642          break;
 27643   
 27644      default:
 27645   
 27646          /* Unknown GIOP Message */
 27647   
 27648          g_warning("Unknown GIOP Message");
 27649   
 27650          break;
 27651   
 27652      } /* switch(header->message_type) */
 27653   
 27654  }
Show more  




Change Warning 3663.29532 : Unused Value

Priority:
State:
Finding:
Owner:
Note: