Unused Value at packet-parlay.c:15933 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
15923 | static void decode_org_csapi_fw_fw_application_integrity_IpHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
15924 | ||||||
15925 | gboolean stream_is_big_endian; /* big endianess */ | |||||
15926 | ||||||
15927 | ||||||
15928 | /* Operation specific Variable declarations Begin */ | |||||
15929 | ||||||
15930 | ||||||
15931 | /* Operation specific Variable declarations End */ | |||||
15932 | ||||||
15933 | stream_is_big_endian = is_big_endian(header);
| |||||
15934 | ||||||
15935 | switch(header-> ) { | |||||
15936 | ||||||
15937 | case Request: | |||||
15938 | ||||||
15939 | break; | |||||
15940 | ||||||
15941 | case Reply: | |||||
15942 | ||||||
15943 | switch(header->rep_status) { | |||||
15944 | ||||||
15945 | case NO_EXCEPTION: | |||||
15946 | ||||||
15947 | /* Function returns void */ | |||||
15948 | ||||||
15949 | break; | |||||
15950 | ||||||
15951 | case USER_EXCEPTION: | |||||
15952 | ||||||
15953 | break; | |||||
15954 | ||||||
15955 | default: | |||||
15956 | ||||||
15957 | /* Unknown Exception */ | |||||
15958 | ||||||
15959 | g_warning("Unknown Exception "); | |||||
15960 | ||||||
15961 | break; | |||||
15962 | ||||||
15963 | ||||||
15964 | } /* switch(header-> ) */ | |||||
15965 | ||||||
15966 | break; | |||||
15967 | ||||||
15968 | default: | |||||
15969 | ||||||
15970 | /* Unknown GIOP Message */ | |||||
15971 | ||||||
15972 | g_warning("Unknown GIOP Message"); | |||||
15973 | ||||||
15974 | break; | |||||
15975 | ||||||
15976 | } /* switch(header-> ) */ | |||||
15977 | ||||||
15978 | } | |||||
![]() |