Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:16122

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

decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 16112  static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 16113   
 16114      gboolean stream_is_big_endian;          /* big endianess */
 16115   
 16116       
 16117      /* Operation specific Variable declarations Begin */
 16118   
 16119       
 16120      /* Operation specific Variable declarations End */
 16121   
 16122      stream_is_big_endian = is_big_endian(header);
 16123   
 16124      switch(header->message_type) {
 16125   
 16126      case Request:
 16127   
 16128          break;
 16129   
 16130      case Reply:
 16131   
 16132          switch(header->rep_status) {
 16133   
 16134          case NO_EXCEPTION:
 16135   
 16136              /* Function returns void */
 16137   
 16138              break;
 16139   
 16140          case USER_EXCEPTION:
 16141   
 16142              break;
 16143   
 16144          default:
 16145   
 16146              /* Unknown Exception */
 16147   
 16148              g_warning("Unknown Exception ");
 16149   
 16150              break;
 16151   
 16152           
 16153          }   /* switch(header->message_type) */
 16154   
 16155          break;
 16156   
 16157      default:
 16158   
 16159          /* Unknown GIOP Message */
 16160   
 16161          g_warning("Unknown GIOP Message");
 16162   
 16163          break;
 16164   
 16165      } /* switch(header->message_type) */
 16166   
 16167  }
Show more  




Change Warning 3637.29516 : Unused Value

Priority:
State:
Finding:
Owner:
Note: