Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:16061

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

decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 16051  static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 16052   
 16053      gboolean stream_is_big_endian;          /* big endianess */
 16054   
 16055       
 16056      /* Operation specific Variable declarations Begin */
 16057   
 16058       
 16059      /* Operation specific Variable declarations End */
 16060   
 16061      stream_is_big_endian = is_big_endian(header);
 16062   
 16063      switch(header->message_type) {
 16064   
 16065      case Request:
 16066   
 16067          break;
 16068   
 16069      case Reply:
 16070   
 16071          switch(header->rep_status) {
 16072   
 16073          case NO_EXCEPTION:
 16074   
 16075              /* Function returns void */
 16076   
 16077              break;
 16078   
 16079          case USER_EXCEPTION:
 16080   
 16081              break;
 16082   
 16083          default:
 16084   
 16085              /* Unknown Exception */
 16086   
 16087              g_warning("Unknown Exception ");
 16088   
 16089              break;
 16090   
 16091           
 16092          }   /* switch(header->message_type) */
 16093   
 16094          break;
 16095   
 16096      default:
 16097   
 16098          /* Unknown GIOP Message */
 16099   
 16100          g_warning("Unknown GIOP Message");
 16101   
 16102          break;
 16103   
 16104      } /* switch(header->message_type) */
 16105   
 16106  }
Show more  




Change Warning 3636.29515 : Unused Value

Priority:
State:
Finding:
Owner:
Note: