Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:32556

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

decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 32546  static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 32547   
 32548      gboolean stream_is_big_endian;          /* big endianess */
 32549   
 32550       
 32551      /* Operation specific Variable declarations Begin */
 32552   
 32553       
 32554      /* Operation specific Variable declarations End */
 32555   
 32556      stream_is_big_endian = is_big_endian(header);
 32557   
 32558      switch(header->message_type) {
 32559   
 32560      case Request:
 32561   
 32562          break;
 32563   
 32564      case Reply:
 32565   
 32566          switch(header->rep_status) {
 32567   
 32568          case NO_EXCEPTION:
 32569   
 32570              /* Function returns void */
 32571   
 32572              break;
 32573   
 32574          case USER_EXCEPTION:
 32575   
 32576              break;
 32577   
 32578          default:
 32579   
 32580              /* Unknown Exception */
 32581   
 32582              g_warning("Unknown Exception ");
 32583   
 32584              break;
 32585   
 32586           
 32587          }   /* switch(header->message_type) */
 32588   
 32589          break;
 32590   
 32591      default:
 32592   
 32593          /* Unknown GIOP Message */
 32594   
 32595          g_warning("Unknown GIOP Message");
 32596   
 32597          break;
 32598   
 32599      } /* switch(header->message_type) */
 32600   
 32601  }
Show more  




Change Warning 3670.29536 : Unused Value

Priority:
State:
Finding:
Owner:
Note: