Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:11685

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

decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 11675  static void decode_org_csapi_fw_fw_application_notification_IpAppEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 11676   
 11677      gboolean stream_is_big_endian;          /* big endianess */
 11678   
 11679       
 11680      /* Operation specific Variable declarations Begin */
 11681   
 11682       
 11683      /* Operation specific Variable declarations End */
 11684   
 11685      stream_is_big_endian = is_big_endian(header);
 11686   
 11687      switch(header->message_type) {
 11688   
 11689      case Request:
 11690   
 11691          break;
 11692   
 11693      case Reply:
 11694   
 11695          switch(header->rep_status) {
 11696   
 11697          case NO_EXCEPTION:
 11698   
 11699              /* Function returns void */
 11700   
 11701              break;
 11702   
 11703          case USER_EXCEPTION:
 11704   
 11705              break;
 11706   
 11707          default:
 11708   
 11709              /* Unknown Exception */
 11710   
 11711              g_warning("Unknown Exception ");
 11712   
 11713              break;
 11714   
 11715           
 11716          }   /* switch(header->message_type) */
 11717   
 11718          break;
 11719   
 11720      default:
 11721   
 11722          /* Unknown GIOP Message */
 11723   
 11724          g_warning("Unknown GIOP Message");
 11725   
 11726          break;
 11727   
 11728      } /* switch(header->message_type) */
 11729   
 11730  }
Show more  




Change Warning 3627.29509 : Unused Value

Priority:
State:
Finding:
Owner:
Note: