Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:77968

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

decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 77958  static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_mailboxTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 77959   
 77960      gboolean stream_is_big_endian;          /* big endianess */
 77961   
 77962       
 77963      /* Operation specific Variable declarations Begin */
 77964   
 77965       
 77966      /* Operation specific Variable declarations End */
 77967   
 77968      stream_is_big_endian = is_big_endian(header);
 77969   
 77970      switch(header->message_type) {
 77971   
 77972      case Request:
 77973   
 77974          /*  Begin struct "org_csapi_mmm_TpMailboxIdentifier"  */
 77975   
 77976           
 77977   
 77978          decode_org_csapi_mmm_TpMailboxIdentifier_st(tvb, pinfo, tree, offset, header, operation);
 77979   
 77980          /*  End struct "org_csapi_mmm_TpMailboxIdentifier"  */
 77981   
 77982          break;
 77983   
 77984      case Reply:
 77985   
 77986          switch(header->rep_status) {
 77987   
 77988          case NO_EXCEPTION:
 77989   
 77990              /* Function returns void */
 77991   
 77992              break;
 77993   
 77994          case USER_EXCEPTION:
 77995   
 77996              break;
 77997   
 77998          default:
 77999   
 78000              /* Unknown Exception */
 78001   
 78002              g_warning("Unknown Exception ");
 78003   
 78004              break;
 78005   
 78006           
 78007          }   /* switch(header->message_type) */
 78008   
 78009          break;
 78010   
 78011      default:
 78012   
 78013          /* Unknown GIOP Message */
 78014   
 78015          g_warning("Unknown GIOP Message");
 78016   
 78017          break;
 78018   
 78019      } /* switch(header->message_type) */
 78020   
 78021  }
Show more  




Change Warning 3713.34934 : Unused Value

Priority:
State:
Finding:
Owner:
Note: