Unused Value at packet-parlay.c:57751 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_policy_provisioning_IpPolicy_setAttribute (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
57741 | static void decode_org_csapi_policy_provisioning_IpPolicy_setAttribute(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
57742 | ||||||
57743 | gboolean stream_is_big_endian; /* big endianess */ | |||||
57744 | ||||||
57745 | ||||||
57746 | /* Operation specific Variable declarations Begin */ | |||||
57747 | ||||||
57748 | ||||||
57749 | /* Operation specific Variable declarations End */ | |||||
57750 | ||||||
57751 | stream_is_big_endian = is_big_endian(header);
| |||||
57752 | ||||||
57753 | switch(header-> ) { | |||||
57754 | ||||||
57755 | case Request: | |||||
57756 | ||||||
57757 | /* Begin struct "org_csapi_TpAttribute" */ | |||||
57758 | ||||||
57759 | ||||||
57760 | ||||||
57761 | decode_org_csapi_TpAttribute_st(tvb, pinfo, tree, offset, header, operation); | |||||
57762 | ||||||
57763 | /* End struct "org_csapi_TpAttribute" */ | |||||
57764 | ||||||
57765 | break; | |||||
57766 | ||||||
57767 | case Reply: | |||||
57768 | ||||||
57769 | switch(header->rep_status) { | |||||
57770 | ||||||
57771 | case NO_EXCEPTION: | |||||
57772 | ||||||
57773 | /* Function returns void */ | |||||
57774 | ||||||
57775 | break; | |||||
57776 | ||||||
57777 | case USER_EXCEPTION: | |||||
57778 | ||||||
57779 | break; | |||||
57780 | ||||||
57781 | default: | |||||
57782 | ||||||
57783 | /* Unknown Exception */ | |||||
57784 | ||||||
57785 | g_warning("Unknown Exception "); | |||||
57786 | ||||||
57787 | break; | |||||
57788 | ||||||
57789 | ||||||
57790 | } /* switch(header-> ) */ | |||||
57791 | ||||||
57792 | break; | |||||
57793 | ||||||
57794 | default: | |||||
57795 | ||||||
57796 | /* Unknown GIOP Message */ | |||||
57797 | ||||||
57798 | g_warning("Unknown GIOP Message"); | |||||
57799 | ||||||
57800 | break; | |||||
57801 | ||||||
57802 | } /* switch(header-> ) */ | |||||
57803 | ||||||
57804 | } | |||||
![]() |