Unused Value at packet-parlay.c:13482 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
13472 | static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_suspendNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
13473 | ||||||
13474 | gboolean stream_is_big_endian; /* big endianess */ | |||||
13475 | ||||||
13476 | ||||||
13477 | /* Operation specific Variable declarations Begin */ | |||||
13478 | ||||||
13479 | ||||||
13480 | /* Operation specific Variable declarations End */ | |||||
13481 | ||||||
13482 | stream_is_big_endian = is_big_endian(header);
| |||||
13483 | ||||||
13484 | switch(header-> ) { | |||||
13485 | ||||||
13486 | case Request: | |||||
13487 | ||||||
13488 | break; | |||||
13489 | ||||||
13490 | case Reply: | |||||
13491 | ||||||
13492 | switch(header->rep_status) { | |||||
13493 | ||||||
13494 | case NO_EXCEPTION: | |||||
13495 | ||||||
13496 | /* Function returns void */ | |||||
13497 | ||||||
13498 | break; | |||||
13499 | ||||||
13500 | case USER_EXCEPTION: | |||||
13501 | ||||||
13502 | break; | |||||
13503 | ||||||
13504 | default: | |||||
13505 | ||||||
13506 | /* Unknown Exception */ | |||||
13507 | ||||||
13508 | g_warning("Unknown Exception "); | |||||
13509 | ||||||
13510 | break; | |||||
13511 | ||||||
13512 | ||||||
13513 | } /* switch(header-> ) */ | |||||
13514 | ||||||
13515 | break; | |||||
13516 | ||||||
13517 | default: | |||||
13518 | ||||||
13519 | /* Unknown GIOP Message */ | |||||
13520 | ||||||
13521 | g_warning("Unknown GIOP Message"); | |||||
13522 | ||||||
13523 | break; | |||||
13524 | ||||||
13525 | } /* switch(header-> ) */ | |||||
13526 | ||||||
13527 | } | |||||
![]() |