Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:24132

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

decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 24122  static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_appUnavailableInd(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 24123   
 24124      gboolean stream_is_big_endian;          /* big endianess */
 24125   
 24126       
 24127      /* Operation specific Variable declarations Begin */
 24128   
 24129       
 24130      /* Operation specific Variable declarations End */
 24131   
 24132      stream_is_big_endian = is_big_endian(header);
 24133   
 24134      switch(header->message_type) {
 24135   
 24136      case Request:
 24137   
 24138          break;
 24139   
 24140      case Reply:
 24141   
 24142          switch(header->rep_status) {
 24143   
 24144          case NO_EXCEPTION:
 24145   
 24146              /* Function returns void */
 24147   
 24148              break;
 24149   
 24150          case USER_EXCEPTION:
 24151   
 24152              break;
 24153   
 24154          default:
 24155   
 24156              /* Unknown Exception */
 24157   
 24158              g_warning("Unknown Exception ");
 24159   
 24160              break;
 24161   
 24162           
 24163          }   /* switch(header->message_type) */
 24164   
 24165          break;
 24166   
 24167      default:
 24168   
 24169          /* Unknown GIOP Message */
 24170   
 24171          g_warning("Unknown GIOP Message");
 24172   
 24173          break;
 24174   
 24175      } /* switch(header->message_type) */
 24176   
 24177  }
Show more  




Change Warning 3655.29526 : Unused Value

Priority:
State:
Finding:
Owner:
Note: