Unused Value at packet-parlay.c:18066 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
18056 | static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpServiceContractManagement_modifyServiceContract(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
18057 | ||||||
18058 | gboolean stream_is_big_endian; /* big endianess */ | |||||
18059 | ||||||
18060 | ||||||
18061 | /* Operation specific Variable declarations Begin */ | |||||
18062 | ||||||
18063 | ||||||
18064 | /* Operation specific Variable declarations End */ | |||||
18065 | ||||||
18066 | stream_is_big_endian = is_big_endian(header);
| |||||
18067 | ||||||
18068 | switch(header-> ) { | |||||
18069 | ||||||
18070 | case Request: | |||||
18071 | ||||||
18072 | /* Begin struct "org_csapi_fw_TpServiceContract" */ | |||||
18073 | ||||||
18074 | ||||||
18075 | ||||||
18076 | decode_org_csapi_fw_TpServiceContract_st(tvb, pinfo, tree, offset, header, operation); | |||||
18077 | ||||||
18078 | /* End struct "org_csapi_fw_TpServiceContract" */ | |||||
18079 | ||||||
18080 | break; | |||||
18081 | ||||||
18082 | case Reply: | |||||
18083 | ||||||
18084 | switch(header->rep_status) { | |||||
18085 | ||||||
18086 | case NO_EXCEPTION: | |||||
18087 | ||||||
18088 | /* Function returns void */ | |||||
18089 | ||||||
18090 | break; | |||||
18091 | ||||||
18092 | case USER_EXCEPTION: | |||||
18093 | ||||||
18094 | break; | |||||
18095 | ||||||
18096 | default: | |||||
18097 | ||||||
18098 | /* Unknown Exception */ | |||||
18099 | ||||||
18100 | g_warning("Unknown Exception "); | |||||
18101 | ||||||
18102 | break; | |||||
18103 | ||||||
18104 | ||||||
18105 | } /* switch(header-> ) */ | |||||
18106 | ||||||
18107 | break; | |||||
18108 | ||||||
18109 | default: | |||||
18110 | ||||||
18111 | /* Unknown GIOP Message */ | |||||
18112 | ||||||
18113 | g_warning("Unknown GIOP Message"); | |||||
18114 | ||||||
18115 | break; | |||||
18116 | ||||||
18117 | } /* switch(header-> ) */ | |||||
18118 | ||||||
18119 | } | |||||
![]() |