Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:44522

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

decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 44512  static void decode_org_csapi_dsc_IpAppDataSessionControlManager_dataSessionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 44513   
 44514      gboolean stream_is_big_endian;          /* big endianess */
 44515   
 44516       
 44517      /* Operation specific Variable declarations Begin */
 44518   
 44519       
 44520      /* Operation specific Variable declarations End */
 44521   
 44522      stream_is_big_endian = is_big_endian(header);
 44523   
 44524      switch(header->message_type) {
 44525   
 44526      case Request:
 44527   
 44528          break;
 44529   
 44530      case Reply:
 44531   
 44532          switch(header->rep_status) {
 44533   
 44534          case NO_EXCEPTION:
 44535   
 44536              /* Function returns void */
 44537   
 44538              break;
 44539   
 44540          case USER_EXCEPTION:
 44541   
 44542              break;
 44543   
 44544          default:
 44545   
 44546              /* Unknown Exception */
 44547   
 44548              g_warning("Unknown Exception ");
 44549   
 44550              break;
 44551   
 44552           
 44553          }   /* switch(header->message_type) */
 44554   
 44555          break;
 44556   
 44557      default:
 44558   
 44559          /* Unknown GIOP Message */
 44560   
 44561          g_warning("Unknown GIOP Message");
 44562   
 44563          break;
 44564   
 44565      } /* switch(header->message_type) */
 44566   
 44567  }
Show more  




Change Warning 3689.29540 : Unused Value

Priority:
State:
Finding:
Owner:
Note: