Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:49458

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

decode_org_csapi_cm_IpQoSTemplate_setValidityInfo

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 49448  static void decode_org_csapi_cm_IpQoSTemplate_setValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 49449   
 49450      gboolean stream_is_big_endian;          /* big endianess */
 49451   
 49452       
 49453      /* Operation specific Variable declarations Begin */
 49454   
 49455       
 49456      /* Operation specific Variable declarations End */
 49457   
 49458      stream_is_big_endian = is_big_endian(header);
 49459   
 49460      switch(header->message_type) {
 49461   
 49462      case Request:
 49463   
 49464          /*  Begin struct "org_csapi_cm_TpValidityInfo"  */
 49465   
 49466           
 49467   
 49468          decode_org_csapi_cm_TpValidityInfo_st(tvb, pinfo, tree, offset, header, operation);
 49469   
 49470          /*  End struct "org_csapi_cm_TpValidityInfo"  */
 49471   
 49472          break;
 49473   
 49474      case Reply:
 49475   
 49476          switch(header->rep_status) {
 49477   
 49478          case NO_EXCEPTION:
 49479   
 49480              /* Function returns void */
 49481   
 49482              break;
 49483   
 49484          case USER_EXCEPTION:
 49485   
 49486              break;
 49487   
 49488          default:
 49489   
 49490              /* Unknown Exception */
 49491   
 49492              g_warning("Unknown Exception ");
 49493   
 49494              break;
 49495   
 49496           
 49497          }   /* switch(header->message_type) */
 49498   
 49499          break;
 49500   
 49501      default:
 49502   
 49503          /* Unknown GIOP Message */
 49504   
 49505          g_warning("Unknown GIOP Message");
 49506   
 49507          break;
 49508   
 49509      } /* switch(header->message_type) */
 49510   
 49511  }
Show more  




Change Warning 3700.31856 : Unused Value

Priority:
State:
Finding:
Owner:
Note: