Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:34478

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

decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 34468  static void decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 34469   
 34470      gboolean stream_is_big_endian;          /* big endianess */
 34471   
 34472       
 34473      /* Operation specific Variable declarations Begin */
 34474   
 34475       
 34476      /* Operation specific Variable declarations End */
 34477   
 34478      stream_is_big_endian = is_big_endian(header);
 34479   
 34480      switch(header->message_type) {
 34481   
 34482      case Request:
 34483   
 34484          /*  Begin struct "org_csapi_cc_cccs_TpResourceReservation"  */
 34485   
 34486           
 34487   
 34488          decode_org_csapi_cc_cccs_TpResourceReservation_st(tvb, pinfo, tree, offset, header, operation);
 34489   
 34490          /*  End struct "org_csapi_cc_cccs_TpResourceReservation"  */
 34491   
 34492          break;
 34493   
 34494      case Reply:
 34495   
 34496          switch(header->rep_status) {
 34497   
 34498          case NO_EXCEPTION:
 34499   
 34500              /* Function returns void */
 34501   
 34502              break;
 34503   
 34504          case USER_EXCEPTION:
 34505   
 34506              break;
 34507   
 34508          default:
 34509   
 34510              /* Unknown Exception */
 34511   
 34512              g_warning("Unknown Exception ");
 34513   
 34514              break;
 34515   
 34516           
 34517          }   /* switch(header->message_type) */
 34518   
 34519          break;
 34520   
 34521      default:
 34522   
 34523          /* Unknown GIOP Message */
 34524   
 34525          g_warning("Unknown GIOP Message");
 34526   
 34527          break;
 34528   
 34529      } /* switch(header->message_type) */
 34530   
 34531  }
Show more  




Change Warning 3673.31846 : Unused Value

Priority:
State:
Finding:
Owner:
Note: