Unused Value at packet-parlay.c:21657 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
21647 | static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_destroyLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
21648 | ||||||
21649 | gboolean stream_is_big_endian; /* big endianess */ | |||||
21650 | ||||||
21651 | ||||||
21652 | /* Operation specific Variable declarations Begin */ | |||||
21653 | ||||||
21654 | ||||||
21655 | /* Operation specific Variable declarations End */ | |||||
21656 | ||||||
21657 | stream_is_big_endian = is_big_endian(header);
| |||||
21658 | ||||||
21659 | switch(header-> ) { | |||||
21660 | ||||||
21661 | case Request: | |||||
21662 | ||||||
21663 | break; | |||||
21664 | ||||||
21665 | case Reply: | |||||
21666 | ||||||
21667 | switch(header->rep_status) { | |||||
21668 | ||||||
21669 | case NO_EXCEPTION: | |||||
21670 | ||||||
21671 | /* Function returns void */ | |||||
21672 | ||||||
21673 | break; | |||||
21674 | ||||||
21675 | case USER_EXCEPTION: | |||||
21676 | ||||||
21677 | break; | |||||
21678 | ||||||
21679 | default: | |||||
21680 | ||||||
21681 | /* Unknown Exception */ | |||||
21682 | ||||||
21683 | g_warning("Unknown Exception "); | |||||
21684 | ||||||
21685 | break; | |||||
21686 | ||||||
21687 | ||||||
21688 | } /* switch(header-> ) */ | |||||
21689 | ||||||
21690 | break; | |||||
21691 | ||||||
21692 | default: | |||||
21693 | ||||||
21694 | /* Unknown GIOP Message */ | |||||
21695 | ||||||
21696 | g_warning("Unknown GIOP Message"); | |||||
21697 | ||||||
21698 | break; | |||||
21699 | ||||||
21700 | } /* switch(header-> ) */ | |||||
21701 | ||||||
21702 | } | |||||
![]() |