Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:29814

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

decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 29804  static void decode_org_csapi_cc_mpccs_IpMultiPartyCallControlManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 29805   
 29806      gboolean stream_is_big_endian;          /* big endianess */
 29807   
 29808       
 29809      /* Operation specific Variable declarations Begin */
 29810   
 29811       
 29812      /* Operation specific Variable declarations End */
 29813   
 29814      stream_is_big_endian = is_big_endian(header);
 29815   
 29816      switch(header->message_type) {
 29817   
 29818      case Request:
 29819   
 29820          break;
 29821   
 29822      case Reply:
 29823   
 29824          switch(header->rep_status) {
 29825   
 29826          case NO_EXCEPTION:
 29827   
 29828              /* Function returns void */
 29829   
 29830              break;
 29831   
 29832          case USER_EXCEPTION:
 29833   
 29834              break;
 29835   
 29836          default:
 29837   
 29838              /* Unknown Exception */
 29839   
 29840              g_warning("Unknown Exception ");
 29841   
 29842              break;
 29843   
 29844           
 29845          }   /* switch(header->message_type) */
 29846   
 29847          break;
 29848   
 29849      default:
 29850   
 29851          /* Unknown GIOP Message */
 29852   
 29853          g_warning("Unknown GIOP Message");
 29854   
 29855          break;
 29856   
 29857      } /* switch(header->message_type) */
 29858   
 29859  }
Show more  




Change Warning 3666.29534 : Unused Value

Priority:
State:
Finding:
Owner:
Note: