Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:42773

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

decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 42763  static void decode_org_csapi_mm_us_IpUserStatus_triggeredStatusReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 42764   
 42765      gboolean stream_is_big_endian;          /* big endianess */
 42766   
 42767       
 42768      /* Operation specific Variable declarations Begin */
 42769   
 42770       
 42771      /* Operation specific Variable declarations End */
 42772   
 42773      stream_is_big_endian = is_big_endian(header);
 42774   
 42775      switch(header->message_type) {
 42776   
 42777      case Request:
 42778   
 42779          /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 42780   
 42781           
 42782   
 42783          decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation);
 42784   
 42785          /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 42786   
 42787          break;
 42788   
 42789      case Reply:
 42790   
 42791          switch(header->rep_status) {
 42792   
 42793          case NO_EXCEPTION:
 42794   
 42795              /* Function returns void */
 42796   
 42797              break;
 42798   
 42799          case USER_EXCEPTION:
 42800   
 42801              break;
 42802   
 42803          default:
 42804   
 42805              /* Unknown Exception */
 42806   
 42807              g_warning("Unknown Exception ");
 42808   
 42809              break;
 42810   
 42811           
 42812          }   /* switch(header->message_type) */
 42813   
 42814          break;
 42815   
 42816      default:
 42817   
 42818          /* Unknown GIOP Message */
 42819   
 42820          g_warning("Unknown GIOP Message");
 42821   
 42822          break;
 42823   
 42824      } /* switch(header->message_type) */
 42825   
 42826  }
Show more  




Change Warning 3686.31851 : Unused Value

Priority:
State:
Finding:
Owner:
Note: