Unused Value at packet-parlay.c:13421 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
13411 | static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
13412 | ||||||
13413 | gboolean stream_is_big_endian; /* big endianess */ | |||||
13414 | ||||||
13415 | ||||||
13416 | /* Operation specific Variable declarations Begin */ | |||||
13417 | ||||||
13418 | ||||||
13419 | /* Operation specific Variable declarations End */ | |||||
13420 | ||||||
13421 | stream_is_big_endian = is_big_endian(header);
| |||||
13422 | ||||||
13423 | switch(header-> ) { | |||||
13424 | ||||||
13425 | case Request: | |||||
13426 | ||||||
13427 | break; | |||||
13428 | ||||||
13429 | case Reply: | |||||
13430 | ||||||
13431 | switch(header->rep_status) { | |||||
13432 | ||||||
13433 | case NO_EXCEPTION: | |||||
13434 | ||||||
13435 | /* Function returns void */ | |||||
13436 | ||||||
13437 | break; | |||||
13438 | ||||||
13439 | case USER_EXCEPTION: | |||||
13440 | ||||||
13441 | break; | |||||
13442 | ||||||
13443 | default: | |||||
13444 | ||||||
13445 | /* Unknown Exception */ | |||||
13446 | ||||||
13447 | g_warning("Unknown Exception "); | |||||
13448 | ||||||
13449 | break; | |||||
13450 | ||||||
13451 | ||||||
13452 | } /* switch(header-> ) */ | |||||
13453 | ||||||
13454 | break; | |||||
13455 | ||||||
13456 | default: | |||||
13457 | ||||||
13458 | /* Unknown GIOP Message */ | |||||
13459 | ||||||
13460 | g_warning("Unknown GIOP Message"); | |||||
13461 | ||||||
13462 | break; | |||||
13463 | ||||||
13464 | } /* switch(header-> ) */ | |||||
13465 | ||||||
13466 | } | |||||
![]() |