Unused Value at packet-parlay.c:25909 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
25899 | static void decode_org_csapi_fw_fw_service_notification_IpSvcEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
25900 | ||||||
25901 | gboolean stream_is_big_endian; /* big endianess */ | |||||
25902 | ||||||
25903 | ||||||
25904 | /* Operation specific Variable declarations Begin */ | |||||
25905 | ||||||
25906 | ||||||
25907 | /* Operation specific Variable declarations End */ | |||||
25908 | ||||||
25909 | stream_is_big_endian = is_big_endian(header);
| |||||
25910 | ||||||
25911 | switch(header-> ) { | |||||
25912 | ||||||
25913 | case Request: | |||||
25914 | ||||||
25915 | break; | |||||
25916 | ||||||
25917 | case Reply: | |||||
25918 | ||||||
25919 | switch(header->rep_status) { | |||||
25920 | ||||||
25921 | case NO_EXCEPTION: | |||||
25922 | ||||||
25923 | /* Function returns void */ | |||||
25924 | ||||||
25925 | break; | |||||
25926 | ||||||
25927 | case USER_EXCEPTION: | |||||
25928 | ||||||
25929 | break; | |||||
25930 | ||||||
25931 | default: | |||||
25932 | ||||||
25933 | /* Unknown Exception */ | |||||
25934 | ||||||
25935 | g_warning("Unknown Exception "); | |||||
25936 | ||||||
25937 | break; | |||||
25938 | ||||||
25939 | ||||||
25940 | } /* switch(header-> ) */ | |||||
25941 | ||||||
25942 | break; | |||||
25943 | ||||||
25944 | default: | |||||
25945 | ||||||
25946 | /* Unknown GIOP Message */ | |||||
25947 | ||||||
25948 | g_warning("Unknown GIOP Message"); | |||||
25949 | ||||||
25950 | break; | |||||
25951 | ||||||
25952 | } /* switch(header-> ) */ | |||||
25953 | ||||||
25954 | } | |||||
![]() |