Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:41212

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

decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 41202  static void decode_org_csapi_mm_ulc_IpUserLocationCamel_periodicLocationReportingStop(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 41203   
 41204      gboolean stream_is_big_endian;          /* big endianess */
 41205   
 41206       
 41207      /* Operation specific Variable declarations Begin */
 41208   
 41209       
 41210      /* Operation specific Variable declarations End */
 41211   
 41212      stream_is_big_endian = is_big_endian(header);
 41213   
 41214      switch(header->message_type) {
 41215   
 41216      case Request:
 41217   
 41218          /*  Begin struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 41219   
 41220           
 41221   
 41222          decode_org_csapi_mm_TpMobilityStopAssignmentData_st(tvb, pinfo, tree, offset, header, operation);
 41223   
 41224          /*  End struct "org_csapi_mm_TpMobilityStopAssignmentData"  */
 41225   
 41226          break;
 41227   
 41228      case Reply:
 41229   
 41230          switch(header->rep_status) {
 41231   
 41232          case NO_EXCEPTION:
 41233   
 41234              /* Function returns void */
 41235   
 41236              break;
 41237   
 41238          case USER_EXCEPTION:
 41239   
 41240              break;
 41241   
 41242          default:
 41243   
 41244              /* Unknown Exception */
 41245   
 41246              g_warning("Unknown Exception ");
 41247   
 41248              break;
 41249   
 41250           
 41251          }   /* switch(header->message_type) */
 41252   
 41253          break;
 41254   
 41255      default:
 41256   
 41257          /* Unknown GIOP Message */
 41258   
 41259          g_warning("Unknown GIOP Message");
 41260   
 41261          break;
 41262   
 41263      } /* switch(header->message_type) */
 41264   
 41265  }
Show more  




Change Warning 3682.31849 : Unused Value

Priority:
State:
Finding:
Owner:
Note: