Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:44583

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

decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 44573  static void decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 44574   
 44575      gboolean stream_is_big_endian;          /* big endianess */
 44576   
 44577       
 44578      /* Operation specific Variable declarations Begin */
 44579   
 44580       
 44581      /* Operation specific Variable declarations End */
 44582   
 44583      stream_is_big_endian = is_big_endian(header);
 44584   
 44585      switch(header->message_type) {
 44586   
 44587      case Request:
 44588   
 44589          break;
 44590   
 44591      case Reply:
 44592   
 44593          switch(header->rep_status) {
 44594   
 44595          case NO_EXCEPTION:
 44596   
 44597              /* Function returns void */
 44598   
 44599              break;
 44600   
 44601          case USER_EXCEPTION:
 44602   
 44603              break;
 44604   
 44605          default:
 44606   
 44607              /* Unknown Exception */
 44608   
 44609              g_warning("Unknown Exception ");
 44610   
 44611              break;
 44612   
 44613           
 44614          }   /* switch(header->message_type) */
 44615   
 44616          break;
 44617   
 44618      default:
 44619   
 44620          /* Unknown GIOP Message */
 44621   
 44622          g_warning("Unknown GIOP Message");
 44623   
 44624          break;
 44625   
 44626      } /* switch(header->message_type) */
 44627   
 44628  }
Show more  




Change Warning 3690.29541 : Unused Value

Priority:
State:
Finding:
Owner:
Note: