Unused Value at packet-parlay.c:18733 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
18723 | static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifyClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
18724 | ||||||
18725 | gboolean stream_is_big_endian; /* big endianess */ | |||||
18726 | ||||||
18727 | ||||||
18728 | /* Operation specific Variable declarations Begin */ | |||||
18729 | ||||||
18730 | ||||||
18731 | /* Operation specific Variable declarations End */ | |||||
18732 | ||||||
18733 | stream_is_big_endian = is_big_endian(header);
| |||||
18734 | ||||||
18735 | switch(header-> ) { | |||||
18736 | ||||||
18737 | case Request: | |||||
18738 | ||||||
18739 | /* Begin struct "org_csapi_fw_TpClientAppDescription" */ | |||||
18740 | ||||||
18741 | ||||||
18742 | ||||||
18743 | decode_org_csapi_fw_TpClientAppDescription_st(tvb, pinfo, tree, offset, header, operation); | |||||
18744 | ||||||
18745 | /* End struct "org_csapi_fw_TpClientAppDescription" */ | |||||
18746 | ||||||
18747 | break; | |||||
18748 | ||||||
18749 | case Reply: | |||||
18750 | ||||||
18751 | switch(header->rep_status) { | |||||
18752 | ||||||
18753 | case NO_EXCEPTION: | |||||
18754 | ||||||
18755 | /* Function returns void */ | |||||
18756 | ||||||
18757 | break; | |||||
18758 | ||||||
18759 | case USER_EXCEPTION: | |||||
18760 | ||||||
18761 | break; | |||||
18762 | ||||||
18763 | default: | |||||
18764 | ||||||
18765 | /* Unknown Exception */ | |||||
18766 | ||||||
18767 | g_warning("Unknown Exception "); | |||||
18768 | ||||||
18769 | break; | |||||
18770 | ||||||
18771 | ||||||
18772 | } /* switch(header-> ) */ | |||||
18773 | ||||||
18774 | break; | |||||
18775 | ||||||
18776 | default: | |||||
18777 | ||||||
18778 | /* Unknown GIOP Message */ | |||||
18779 | ||||||
18780 | g_warning("Unknown GIOP Message"); | |||||
18781 | ||||||
18782 | break; | |||||
18783 | ||||||
18784 | } /* switch(header-> ) */ | |||||
18785 | ||||||
18786 | } | |||||
![]() |