Unused Value at packet-parlay.c:10933 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
10923 | static void decode_org_csapi_fw_fw_access_trust_and_security_IpClientAPILevelAuthentication_abortAuthentication(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
10924 | ||||||
10925 | gboolean stream_is_big_endian; /* big endianess */ | |||||
10926 | ||||||
10927 | ||||||
10928 | /* Operation specific Variable declarations Begin */ | |||||
10929 | ||||||
10930 | ||||||
10931 | /* Operation specific Variable declarations End */ | |||||
10932 | ||||||
10933 | stream_is_big_endian = is_big_endian(header);
| |||||
10934 | ||||||
10935 | switch(header-> ) { | |||||
10936 | ||||||
10937 | case Request: | |||||
10938 | ||||||
10939 | break; | |||||
10940 | ||||||
10941 | case Reply: | |||||
10942 | ||||||
10943 | switch(header->rep_status) { | |||||
10944 | ||||||
10945 | case NO_EXCEPTION: | |||||
10946 | ||||||
10947 | /* Function returns void */ | |||||
10948 | ||||||
10949 | break; | |||||
10950 | ||||||
10951 | case USER_EXCEPTION: | |||||
10952 | ||||||
10953 | break; | |||||
10954 | ||||||
10955 | default: | |||||
10956 | ||||||
10957 | /* Unknown Exception */ | |||||
10958 | ||||||
10959 | g_warning("Unknown Exception "); | |||||
10960 | ||||||
10961 | break; | |||||
10962 | ||||||
10963 | ||||||
10964 | } /* switch(header-> ) */ | |||||
10965 | ||||||
10966 | break; | |||||
10967 | ||||||
10968 | default: | |||||
10969 | ||||||
10970 | /* Unknown GIOP Message */ | |||||
10971 | ||||||
10972 | g_warning("Unknown GIOP Message"); | |||||
10973 | ||||||
10974 | break; | |||||
10975 | ||||||
10976 | } /* switch(header-> ) */ | |||||
10977 | ||||||
10978 | } | |||||
![]() |