Unused Value at packet-parlay.c:38189 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_ui_IpUIManager_disableNotifications (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
38179 | static void decode_org_csapi_ui_IpUIManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
38180 | ||||||
38181 | gboolean stream_is_big_endian; /* big endianess */ | |||||
38182 | ||||||
38183 | ||||||
38184 | /* Operation specific Variable declarations Begin */ | |||||
38185 | ||||||
38186 | ||||||
38187 | /* Operation specific Variable declarations End */ | |||||
38188 | ||||||
38189 | stream_is_big_endian = is_big_endian(header);
| |||||
38190 | ||||||
38191 | switch(header-> ) { | |||||
38192 | ||||||
38193 | case Request: | |||||
38194 | ||||||
38195 | break; | |||||
38196 | ||||||
38197 | case Reply: | |||||
38198 | ||||||
38199 | switch(header->rep_status) { | |||||
38200 | ||||||
38201 | case NO_EXCEPTION: | |||||
38202 | ||||||
38203 | /* Function returns void */ | |||||
38204 | ||||||
38205 | break; | |||||
38206 | ||||||
38207 | case USER_EXCEPTION: | |||||
38208 | ||||||
38209 | break; | |||||
38210 | ||||||
38211 | default: | |||||
38212 | ||||||
38213 | /* Unknown Exception */ | |||||
38214 | ||||||
38215 | g_warning("Unknown Exception "); | |||||
38216 | ||||||
38217 | break; | |||||
38218 | ||||||
38219 | ||||||
38220 | } /* switch(header-> ) */ | |||||
38221 | ||||||
38222 | break; | |||||
38223 | ||||||
38224 | default: | |||||
38225 | ||||||
38226 | /* Unknown GIOP Message */ | |||||
38227 | ||||||
38228 | g_warning("Unknown GIOP Message"); | |||||
38229 | ||||||
38230 | break; | |||||
38231 | ||||||
38232 | } /* switch(header-> ) */ | |||||
38233 | ||||||
38234 | } | |||||
![]() |