Unused Value at packet-parlay.c:19941 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
19931 | static void decode_org_csapi_fw_fw_enterprise_operator_notification_IpClientEventNotification_notificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
19932 | ||||||
19933 | gboolean stream_is_big_endian; /* big endianess */ | |||||
19934 | ||||||
19935 | ||||||
19936 | /* Operation specific Variable declarations Begin */ | |||||
19937 | ||||||
19938 | ||||||
19939 | /* Operation specific Variable declarations End */ | |||||
19940 | ||||||
19941 | stream_is_big_endian = is_big_endian(header);
| |||||
19942 | ||||||
19943 | switch(header-> ) { | |||||
19944 | ||||||
19945 | case Request: | |||||
19946 | ||||||
19947 | break; | |||||
19948 | ||||||
19949 | case Reply: | |||||
19950 | ||||||
19951 | switch(header->rep_status) { | |||||
19952 | ||||||
19953 | case NO_EXCEPTION: | |||||
19954 | ||||||
19955 | /* Function returns void */ | |||||
19956 | ||||||
19957 | break; | |||||
19958 | ||||||
19959 | case USER_EXCEPTION: | |||||
19960 | ||||||
19961 | break; | |||||
19962 | ||||||
19963 | default: | |||||
19964 | ||||||
19965 | /* Unknown Exception */ | |||||
19966 | ||||||
19967 | g_warning("Unknown Exception "); | |||||
19968 | ||||||
19969 | break; | |||||
19970 | ||||||
19971 | ||||||
19972 | } /* switch(header-> ) */ | |||||
19973 | ||||||
19974 | break; | |||||
19975 | ||||||
19976 | default: | |||||
19977 | ||||||
19978 | /* Unknown GIOP Message */ | |||||
19979 | ||||||
19980 | g_warning("Unknown GIOP Message"); | |||||
19981 | ||||||
19982 | break; | |||||
19983 | ||||||
19984 | } /* switch(header-> ) */ | |||||
19985 | ||||||
19986 | } | |||||
![]() |