Unused Value at packet-parlay.c:18965 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
18955 | static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_modifySAG(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
18956 | ||||||
18957 | gboolean stream_is_big_endian; /* big endianess */ | |||||
18958 | ||||||
18959 | ||||||
18960 | /* Operation specific Variable declarations Begin */ | |||||
18961 | ||||||
18962 | ||||||
18963 | /* Operation specific Variable declarations End */ | |||||
18964 | ||||||
18965 | stream_is_big_endian = is_big_endian(header);
| |||||
18966 | ||||||
18967 | switch(header-> ) { | |||||
18968 | ||||||
18969 | case Request: | |||||
18970 | ||||||
18971 | /* Begin struct "org_csapi_fw_TpSag" */ | |||||
18972 | ||||||
18973 | ||||||
18974 | ||||||
18975 | decode_org_csapi_fw_TpSag_st(tvb, pinfo, tree, offset, header, operation); | |||||
18976 | ||||||
18977 | /* End struct "org_csapi_fw_TpSag" */ | |||||
18978 | ||||||
18979 | break; | |||||
18980 | ||||||
18981 | case Reply: | |||||
18982 | ||||||
18983 | switch(header->rep_status) { | |||||
18984 | ||||||
18985 | case NO_EXCEPTION: | |||||
18986 | ||||||
18987 | /* Function returns void */ | |||||
18988 | ||||||
18989 | break; | |||||
18990 | ||||||
18991 | case USER_EXCEPTION: | |||||
18992 | ||||||
18993 | break; | |||||
18994 | ||||||
18995 | default: | |||||
18996 | ||||||
18997 | /* Unknown Exception */ | |||||
18998 | ||||||
18999 | g_warning("Unknown Exception "); | |||||
19000 | ||||||
19001 | break; | |||||
19002 | ||||||
19003 | ||||||
19004 | } /* switch(header-> ) */ | |||||
19005 | ||||||
19006 | break; | |||||
19007 | ||||||
19008 | default: | |||||
19009 | ||||||
19010 | /* Unknown GIOP Message */ | |||||
19011 | ||||||
19012 | g_warning("Unknown GIOP Message"); | |||||
19013 | ||||||
19014 | break; | |||||
19015 | ||||||
19016 | } /* switch(header-> ) */ | |||||
19017 | ||||||
19018 | } | |||||
![]() |