Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:18536

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

decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 18526  static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountManagement_deleteEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 18527   
 18528      gboolean stream_is_big_endian;          /* big endianess */
 18529   
 18530       
 18531      /* Operation specific Variable declarations Begin */
 18532   
 18533       
 18534      /* Operation specific Variable declarations End */
 18535   
 18536      stream_is_big_endian = is_big_endian(header);
 18537   
 18538      switch(header->message_type) {
 18539   
 18540      case Request:
 18541   
 18542          break;
 18543   
 18544      case Reply:
 18545   
 18546          switch(header->rep_status) {
 18547   
 18548          case NO_EXCEPTION:
 18549   
 18550              /* Function returns void */
 18551   
 18552              break;
 18553   
 18554          case USER_EXCEPTION:
 18555   
 18556              break;
 18557   
 18558          default:
 18559   
 18560              /* Unknown Exception */
 18561   
 18562              g_warning("Unknown Exception ");
 18563   
 18564              break;
 18565   
 18566           
 18567          }   /* switch(header->message_type) */
 18568   
 18569          break;
 18570   
 18571      default:
 18572   
 18573          /* Unknown GIOP Message */
 18574   
 18575          g_warning("Unknown GIOP Message");
 18576   
 18577          break;
 18578   
 18579      } /* switch(header->message_type) */
 18580   
 18581  }
Show more  




Change Warning 3641.29518 : Unused Value

Priority:
State:
Finding:
Owner:
Note: