Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:15412

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

decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 15402  static void decode_org_csapi_fw_fw_application_integrity_IpFaultManager_genFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 15403   
 15404      gboolean stream_is_big_endian;          /* big endianess */
 15405   
 15406       
 15407      /* Operation specific Variable declarations Begin */
 15408   
 15409       
 15410      /* Operation specific Variable declarations End */
 15411   
 15412      stream_is_big_endian = is_big_endian(header);
 15413   
 15414      switch(header->message_type) {
 15415   
 15416      case Request:
 15417   
 15418          /*  Begin struct "org_csapi_fw_TpFaultStatsRecord"  */
 15419   
 15420           
 15421   
 15422          decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation);
 15423   
 15424          /*  End struct "org_csapi_fw_TpFaultStatsRecord"  */
 15425   
 15426          break;
 15427   
 15428      case Reply:
 15429   
 15430          switch(header->rep_status) {
 15431   
 15432          case NO_EXCEPTION:
 15433   
 15434              /* Function returns void */
 15435   
 15436              break;
 15437   
 15438          case USER_EXCEPTION:
 15439   
 15440              break;
 15441   
 15442          default:
 15443   
 15444              /* Unknown Exception */
 15445   
 15446              g_warning("Unknown Exception ");
 15447   
 15448              break;
 15449   
 15450           
 15451          }   /* switch(header->message_type) */
 15452   
 15453          break;
 15454   
 15455      default:
 15456   
 15457          /* Unknown GIOP Message */
 15458   
 15459          g_warning("Unknown GIOP Message");
 15460   
 15461          break;
 15462   
 15463      } /* switch(header->message_type) */
 15464   
 15465  }
Show more  




Change Warning 3634.31841 : Unused Value

Priority:
State:
Finding:
Owner:
Note: