Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:46216

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

decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 46206  static void decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 46207   
 46208      gboolean stream_is_big_endian;          /* big endianess */
 46209   
 46210       
 46211      /* Operation specific Variable declarations Begin */
 46212   
 46213       
 46214      /* Operation specific Variable declarations End */
 46215   
 46216      stream_is_big_endian = is_big_endian(header);
 46217   
 46218      switch(header->message_type) {
 46219   
 46220      case Request:
 46221   
 46222          break;
 46223   
 46224      case Reply:
 46225   
 46226          switch(header->rep_status) {
 46227   
 46228          case NO_EXCEPTION:
 46229   
 46230              /* Function returns void */
 46231   
 46232              break;
 46233   
 46234          case USER_EXCEPTION:
 46235   
 46236              break;
 46237   
 46238          default:
 46239   
 46240              /* Unknown Exception */
 46241   
 46242              g_warning("Unknown Exception ");
 46243   
 46244              break;
 46245   
 46246           
 46247          }   /* switch(header->message_type) */
 46248   
 46249          break;
 46250   
 46251      default:
 46252   
 46253          /* Unknown GIOP Message */
 46254   
 46255          g_warning("Unknown GIOP Message");
 46256   
 46257          break;
 46258   
 46259      } /* switch(header->message_type) */
 46260   
 46261  }
Show more  




Change Warning 3692.29543 : Unused Value

Priority:
State:
Finding:
Owner:
Note: