Unused Value at packet-cosnaming.c:1058 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_CosNaming_NamingContext_destroy (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-cosnaming.c)![]() | ||||||
![]() | ||||||
1047 | static void decode_CosNaming_NamingContext_destroy(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
1048 | ||||||
1049 | gboolean stream_is_big_endian; /* big endianess */ | |||||
1050 | ||||||
1051 | ||||||
1052 | /* Operation specific Variable declarations Begin */ | |||||
1053 | ||||||
1054 | ||||||
1055 | /* Operation specific Variable declarations End */ | |||||
1056 | ||||||
1057 | ||||||
1058 | stream_is_big_endian = is_big_endian(header);
| |||||
1059 | ||||||
1060 | switch(header-> ) { | |||||
1061 | ||||||
1062 | case Request: | |||||
1063 | ||||||
1064 | break; | |||||
1065 | ||||||
1066 | case Reply: | |||||
1067 | ||||||
1068 | switch(header->rep_status) { | |||||
1069 | ||||||
1070 | case NO_EXCEPTION: | |||||
1071 | ||||||
1072 | ||||||
1073 | /* Function returns void */ | |||||
1074 | ||||||
1075 | ||||||
1076 | break; | |||||
1077 | ||||||
1078 | case USER_EXCEPTION: | |||||
1079 | ||||||
1080 | break; | |||||
1081 | ||||||
1082 | default: | |||||
1083 | ||||||
1084 | /* Unknown Exception */ | |||||
1085 | ||||||
1086 | g_warning("Unknown Exception "); | |||||
1087 | ||||||
1088 | ||||||
1089 | ||||||
1090 | break; | |||||
1091 | ||||||
1092 | ||||||
1093 | } /* switch(header-> ) */ | |||||
1094 | ||||||
1095 | break; | |||||
1096 | ||||||
1097 | default: | |||||
1098 | ||||||
1099 | /* Unknown GIOP Message */ | |||||
1100 | ||||||
1101 | g_warning("Unknown GIOP Message"); | |||||
1102 | ||||||
1103 | ||||||
1104 | break; | |||||
1105 | ||||||
1106 | ||||||
1107 | } /* switch(header-> ) */ | |||||
1108 | ||||||
1109 | } | |||||
![]() |