Unused Value at packet-parlay.c:21177 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
21167 | static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_querySvcLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
21168 | ||||||
21169 | gboolean stream_is_big_endian; /* big endianess */ | |||||
21170 | ||||||
21171 | ||||||
21172 | /* Operation specific Variable declarations Begin */ | |||||
21173 | ||||||
21174 | ||||||
21175 | /* Operation specific Variable declarations End */ | |||||
21176 | ||||||
21177 | stream_is_big_endian = is_big_endian(header);
| |||||
21178 | ||||||
21179 | switch(header-> ) { | |||||
21180 | ||||||
21181 | case Request: | |||||
21182 | ||||||
21183 | /* Begin struct "org_csapi_TpTimeInterval" */ | |||||
21184 | ||||||
21185 | ||||||
21186 | ||||||
21187 | decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation); | |||||
21188 | ||||||
21189 | /* End struct "org_csapi_TpTimeInterval" */ | |||||
21190 | ||||||
21191 | break; | |||||
21192 | ||||||
21193 | case Reply: | |||||
21194 | ||||||
21195 | switch(header->rep_status) { | |||||
21196 | ||||||
21197 | case NO_EXCEPTION: | |||||
21198 | ||||||
21199 | /* Function returns void */ | |||||
21200 | ||||||
21201 | break; | |||||
21202 | ||||||
21203 | case USER_EXCEPTION: | |||||
21204 | ||||||
21205 | break; | |||||
21206 | ||||||
21207 | default: | |||||
21208 | ||||||
21209 | /* Unknown Exception */ | |||||
21210 | ||||||
21211 | g_warning("Unknown Exception "); | |||||
21212 | ||||||
21213 | break; | |||||
21214 | ||||||
21215 | ||||||
21216 | } /* switch(header-> ) */ | |||||
21217 | ||||||
21218 | break; | |||||
21219 | ||||||
21220 | default: | |||||
21221 | ||||||
21222 | /* Unknown GIOP Message */ | |||||
21223 | ||||||
21224 | g_warning("Unknown GIOP Message"); | |||||
21225 | ||||||
21226 | break; | |||||
21227 | ||||||
21228 | } /* switch(header-> ) */ | |||||
21229 | ||||||
21230 | } | |||||
![]() |