Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:49527

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

decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 49517  static void decode_org_csapi_cm_IpQoSTemplate_setProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 49518   
 49519      gboolean stream_is_big_endian;          /* big endianess */
 49520   
 49521       
 49522      /* Operation specific Variable declarations Begin */
 49523   
 49524       
 49525      /* Operation specific Variable declarations End */
 49526   
 49527      stream_is_big_endian = is_big_endian(header);
 49528   
 49529      switch(header->message_type) {
 49530   
 49531      case Request:
 49532   
 49533          /*  Begin struct "org_csapi_cm_TpProvisionedQoSInfo"  */
 49534   
 49535           
 49536   
 49537          decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvb, pinfo, tree, offset, header, operation);
 49538   
 49539          /*  End struct "org_csapi_cm_TpProvisionedQoSInfo"  */
 49540   
 49541          break;
 49542   
 49543      case Reply:
 49544   
 49545          switch(header->rep_status) {
 49546   
 49547          case NO_EXCEPTION:
 49548   
 49549              /* Function returns void */
 49550   
 49551              break;
 49552   
 49553          case USER_EXCEPTION:
 49554   
 49555              break;
 49556   
 49557          default:
 49558   
 49559              /* Unknown Exception */
 49560   
 49561              g_warning("Unknown Exception ");
 49562   
 49563              break;
 49564   
 49565           
 49566          }   /* switch(header->message_type) */
 49567   
 49568          break;
 49569   
 49570      default:
 49571   
 49572          /* Unknown GIOP Message */
 49573   
 49574          g_warning("Unknown GIOP Message");
 49575   
 49576          break;
 49577   
 49578      } /* switch(header->message_type) */
 49579   
 49580  }
Show more  




Change Warning 3701.32260 : Unused Value

Priority:
State:
Finding:
Owner:
Note: