Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:78123

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

decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 78113  static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 78114   
 78115      gboolean stream_is_big_endian;          /* big endianess */
 78116   
 78117       
 78118      /* Operation specific Variable declarations Begin */
 78119   
 78120       
 78121      /* Operation specific Variable declarations End */
 78122   
 78123      stream_is_big_endian = is_big_endian(header);
 78124   
 78125      switch(header->message_type) {
 78126   
 78127      case Request:
 78128   
 78129          break;
 78130   
 78131      case Reply:
 78132   
 78133          switch(header->rep_status) {
 78134   
 78135          case NO_EXCEPTION:
 78136   
 78137              /* Function returns void */
 78138   
 78139              break;
 78140   
 78141          case USER_EXCEPTION:
 78142   
 78143              break;
 78144   
 78145          default:
 78146   
 78147              /* Unknown Exception */
 78148   
 78149              g_warning("Unknown Exception ");
 78150   
 78151              break;
 78152   
 78153           
 78154          }   /* switch(header->message_type) */
 78155   
 78156          break;
 78157   
 78158      default:
 78159   
 78160          /* Unknown GIOP Message */
 78161   
 78162          g_warning("Unknown GIOP Message");
 78163   
 78164          break;
 78165   
 78166      } /* switch(header->message_type) */
 78167   
 78168  }
Show more  




Change Warning 3714.29548 : Unused Value

Priority:
State:
Finding:
Owner:
Note: