Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:17358

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

decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 17348  static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceProfileManagement_modifyServiceProfile(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 17349   
 17350      gboolean stream_is_big_endian;          /* big endianess */
 17351   
 17352       
 17353      /* Operation specific Variable declarations Begin */
 17354   
 17355       
 17356      /* Operation specific Variable declarations End */
 17357   
 17358      stream_is_big_endian = is_big_endian(header);
 17359   
 17360      switch(header->message_type) {
 17361   
 17362      case Request:
 17363   
 17364          /*  Begin struct "org_csapi_fw_TpServiceProfile"  */
 17365   
 17366           
 17367   
 17368          decode_org_csapi_fw_TpServiceProfile_st(tvb, pinfo, tree, offset, header, operation);
 17369   
 17370          /*  End struct "org_csapi_fw_TpServiceProfile"  */
 17371   
 17372          break;
 17373   
 17374      case Reply:
 17375   
 17376          switch(header->rep_status) {
 17377   
 17378          case NO_EXCEPTION:
 17379   
 17380              /* Function returns void */
 17381   
 17382              break;
 17383   
 17384          case USER_EXCEPTION:
 17385   
 17386              break;
 17387   
 17388          default:
 17389   
 17390              /* Unknown Exception */
 17391   
 17392              g_warning("Unknown Exception ");
 17393   
 17394              break;
 17395   
 17396           
 17397          }   /* switch(header->message_type) */
 17398   
 17399          break;
 17400   
 17401      default:
 17402   
 17403          /* Unknown GIOP Message */
 17404   
 17405          g_warning("Unknown GIOP Message");
 17406   
 17407          break;
 17408   
 17409      } /* switch(header->message_type) */
 17410   
 17411  }
Show more  




Change Warning 3639.32251 : Unused Value

Priority:
State:
Finding:
Owner:
Note: