Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:78245

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

decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 78235  static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_multiMediaMessagingTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 78236   
 78237      gboolean stream_is_big_endian;          /* big endianess */
 78238   
 78239       
 78240      /* Operation specific Variable declarations Begin */
 78241   
 78242       
 78243      /* Operation specific Variable declarations End */
 78244   
 78245      stream_is_big_endian = is_big_endian(header);
 78246   
 78247      switch(header->message_type) {
 78248   
 78249      case Request:
 78250   
 78251          /*  Begin struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
 78252   
 78253           
 78254   
 78255          decode_org_csapi_mmm_TpMultiMediaMessagingIdentifier_st(tvb, pinfo, tree, offset, header, operation);
 78256   
 78257          /*  End struct "org_csapi_mmm_TpMultiMediaMessagingIdentifier"  */
 78258   
 78259          break;
 78260   
 78261      case Reply:
 78262   
 78263          switch(header->rep_status) {
 78264   
 78265          case NO_EXCEPTION:
 78266   
 78267              /* Function returns void */
 78268   
 78269              break;
 78270   
 78271          case USER_EXCEPTION:
 78272   
 78273              break;
 78274   
 78275          default:
 78276   
 78277              /* Unknown Exception */
 78278   
 78279              g_warning("Unknown Exception ");
 78280   
 78281              break;
 78282   
 78283           
 78284          }   /* switch(header->message_type) */
 78285   
 78286          break;
 78287   
 78288      default:
 78289   
 78290          /* Unknown GIOP Message */
 78291   
 78292          g_warning("Unknown GIOP Message");
 78293   
 78294          break;
 78295   
 78296      } /* switch(header->message_type) */
 78297   
 78298  }
Show more  




Change Warning 3716.34935 : Unused Value

Priority:
State:
Finding:
Owner:
Note: