Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:21474

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

decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 21464  static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 21465   
 21466      gboolean stream_is_big_endian;          /* big endianess */
 21467   
 21468       
 21469      /* Operation specific Variable declarations Begin */
 21470   
 21471       
 21472      /* Operation specific Variable declarations End */
 21473   
 21474      stream_is_big_endian = is_big_endian(header);
 21475   
 21476      switch(header->message_type) {
 21477   
 21478      case Request:
 21479   
 21480          break;
 21481   
 21482      case Reply:
 21483   
 21484          switch(header->rep_status) {
 21485   
 21486          case NO_EXCEPTION:
 21487   
 21488              /* Function returns void */
 21489   
 21490              break;
 21491   
 21492          case USER_EXCEPTION:
 21493   
 21494              break;
 21495   
 21496          default:
 21497   
 21498              /* Unknown Exception */
 21499   
 21500              g_warning("Unknown Exception ");
 21501   
 21502              break;
 21503   
 21504           
 21505          }   /* switch(header->message_type) */
 21506   
 21507          break;
 21508   
 21509      default:
 21510   
 21511          /* Unknown GIOP Message */
 21512   
 21513          g_warning("Unknown GIOP Message");
 21514   
 21515          break;
 21516   
 21517      } /* switch(header->message_type) */
 21518   
 21519  }
Show more  




Change Warning 3648.29520 : Unused Value

Priority:
State:
Finding:
Owner:
Note: