Unused Value at packet-parlay.c:34304 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
34294 | static void decode_org_csapi_cc_cccs_IpConfCallControlManager_checkResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
34295 | ||||||
34296 | gboolean stream_is_big_endian; /* big endianess */ | |||||
34297 | ||||||
34298 | ||||||
34299 | /* Operation specific Variable declarations Begin */ | |||||
34300 | ||||||
34301 | ||||||
34302 | /* Operation specific Variable declarations End */ | |||||
34303 | ||||||
34304 | stream_is_big_endian = is_big_endian(header);
| |||||
34305 | ||||||
34306 | switch(header-> ) { | |||||
34307 | ||||||
34308 | case Request: | |||||
34309 | ||||||
34310 | /* Begin struct "org_csapi_cc_cccs_TpConfSearchCriteria" */ | |||||
34311 | ||||||
34312 | ||||||
34313 | ||||||
34314 | decode_org_csapi_cc_cccs_TpConfSearchCriteria_st(tvb, pinfo, tree, offset, header, operation); | |||||
34315 | ||||||
34316 | /* End struct "org_csapi_cc_cccs_TpConfSearchCriteria" */ | |||||
34317 | ||||||
34318 | break; | |||||
34319 | ||||||
34320 | case Reply: | |||||
34321 | ||||||
34322 | switch(header->rep_status) { | |||||
34323 | ||||||
34324 | case NO_EXCEPTION: | |||||
34325 | ||||||
34326 | /* Begin struct "org_csapi_cc_cccs_TpConfSearchResult" */ | |||||
34327 | ||||||
34328 | ||||||
34329 | ||||||
34330 | decode_org_csapi_cc_cccs_TpConfSearchResult_st(tvb, pinfo, tree, offset, header, operation); | |||||
34331 | ||||||
34332 | /* End struct "org_csapi_cc_cccs_TpConfSearchResult" */ | |||||
34333 | ||||||
34334 | break; | |||||
34335 | ||||||
34336 | case USER_EXCEPTION: | |||||
34337 | ||||||
34338 | break; | |||||
34339 | ||||||
34340 | default: | |||||
34341 | ||||||
34342 | /* Unknown Exception */ | |||||
34343 | ||||||
34344 | g_warning("Unknown Exception "); | |||||
34345 | ||||||
34346 | break; | |||||
34347 | ||||||
34348 | ||||||
34349 | } /* switch(header-> ) */ | |||||
34350 | ||||||
34351 | break; | |||||
34352 | ||||||
34353 | default: | |||||
34354 | ||||||
34355 | /* Unknown GIOP Message */ | |||||
34356 | ||||||
34357 | g_warning("Unknown GIOP Message"); | |||||
34358 | ||||||
34359 | break; | |||||
34360 | ||||||
34361 | } /* switch(header-> ) */ | |||||
34362 | ||||||
34363 | } | |||||
![]() |