Unused Value at packet-parlay.c:13604 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
13594 | static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
13595 | ||||||
13596 | gboolean stream_is_big_endian; /* big endianess */ | |||||
13597 | ||||||
13598 | ||||||
13599 | /* Operation specific Variable declarations Begin */ | |||||
13600 | ||||||
13601 | ||||||
13602 | /* Operation specific Variable declarations End */ | |||||
13603 | ||||||
13604 | stream_is_big_endian = is_big_endian(header);
| |||||
13605 | ||||||
13606 | switch(header-> ) { | |||||
13607 | ||||||
13608 | case Request: | |||||
13609 | ||||||
13610 | break; | |||||
13611 | ||||||
13612 | case Reply: | |||||
13613 | ||||||
13614 | switch(header->rep_status) { | |||||
13615 | ||||||
13616 | case NO_EXCEPTION: | |||||
13617 | ||||||
13618 | /* Function returns void */ | |||||
13619 | ||||||
13620 | break; | |||||
13621 | ||||||
13622 | case USER_EXCEPTION: | |||||
13623 | ||||||
13624 | break; | |||||
13625 | ||||||
13626 | default: | |||||
13627 | ||||||
13628 | /* Unknown Exception */ | |||||
13629 | ||||||
13630 | g_warning("Unknown Exception "); | |||||
13631 | ||||||
13632 | break; | |||||
13633 | ||||||
13634 | ||||||
13635 | } /* switch(header-> ) */ | |||||
13636 | ||||||
13637 | break; | |||||
13638 | ||||||
13639 | default: | |||||
13640 | ||||||
13641 | /* Unknown GIOP Message */ | |||||
13642 | ||||||
13643 | g_warning("Unknown GIOP Message"); | |||||
13644 | ||||||
13645 | break; | |||||
13646 | ||||||
13647 | } /* switch(header-> ) */ | |||||
13648 | ||||||
13649 | } | |||||
![]() |