Unused Value at packet-parlay.c:11318 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
11308 | static void decode_org_csapi_fw_fw_access_trust_and_security_IpAPILevelAuthentication_abortAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
11309 | ||||||
11310 | gboolean stream_is_big_endian; /* big endianess */ | |||||
11311 | ||||||
11312 | ||||||
11313 | /* Operation specific Variable declarations Begin */ | |||||
11314 | ||||||
11315 | ||||||
11316 | /* Operation specific Variable declarations End */ | |||||
11317 | ||||||
11318 | stream_is_big_endian = is_big_endian(header);
| |||||
11319 | ||||||
11320 | switch(header-> ) { | |||||
11321 | ||||||
11322 | case Request: | |||||
11323 | ||||||
11324 | break; | |||||
11325 | ||||||
11326 | case Reply: | |||||
11327 | ||||||
11328 | switch(header->rep_status) { | |||||
11329 | ||||||
11330 | case NO_EXCEPTION: | |||||
11331 | ||||||
11332 | /* Function returns void */ | |||||
11333 | ||||||
11334 | break; | |||||
11335 | ||||||
11336 | case USER_EXCEPTION: | |||||
11337 | ||||||
11338 | break; | |||||
11339 | ||||||
11340 | default: | |||||
11341 | ||||||
11342 | /* Unknown Exception */ | |||||
11343 | ||||||
11344 | g_warning("Unknown Exception "); | |||||
11345 | ||||||
11346 | break; | |||||
11347 | ||||||
11348 | ||||||
11349 | } /* switch(header-> ) */ | |||||
11350 | ||||||
11351 | break; | |||||
11352 | ||||||
11353 | default: | |||||
11354 | ||||||
11355 | /* Unknown GIOP Message */ | |||||
11356 | ||||||
11357 | g_warning("Unknown GIOP Message"); | |||||
11358 | ||||||
11359 | break; | |||||
11360 | ||||||
11361 | } /* switch(header-> ) */ | |||||
11362 | ||||||
11363 | } | |||||
![]() |