Unused Value at packet-parlay.c:52226 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_am_IpAccountManager_disableNotifications (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
52216 | static void decode_org_csapi_am_IpAccountManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
52217 | ||||||
52218 | gboolean stream_is_big_endian; /* big endianess */ | |||||
52219 | ||||||
52220 | ||||||
52221 | /* Operation specific Variable declarations Begin */ | |||||
52222 | ||||||
52223 | ||||||
52224 | /* Operation specific Variable declarations End */ | |||||
52225 | ||||||
52226 | stream_is_big_endian = is_big_endian(header);
| |||||
52227 | ||||||
52228 | switch(header-> ) { | |||||
52229 | ||||||
52230 | case Request: | |||||
52231 | ||||||
52232 | break; | |||||
52233 | ||||||
52234 | case Reply: | |||||
52235 | ||||||
52236 | switch(header->rep_status) { | |||||
52237 | ||||||
52238 | case NO_EXCEPTION: | |||||
52239 | ||||||
52240 | /* Function returns void */ | |||||
52241 | ||||||
52242 | break; | |||||
52243 | ||||||
52244 | case USER_EXCEPTION: | |||||
52245 | ||||||
52246 | break; | |||||
52247 | ||||||
52248 | default: | |||||
52249 | ||||||
52250 | /* Unknown Exception */ | |||||
52251 | ||||||
52252 | g_warning("Unknown Exception "); | |||||
52253 | ||||||
52254 | break; | |||||
52255 | ||||||
52256 | ||||||
52257 | } /* switch(header-> ) */ | |||||
52258 | ||||||
52259 | break; | |||||
52260 | ||||||
52261 | default: | |||||
52262 | ||||||
52263 | /* Unknown GIOP Message */ | |||||
52264 | ||||||
52265 | g_warning("Unknown GIOP Message"); | |||||
52266 | ||||||
52267 | break; | |||||
52268 | ||||||
52269 | } /* switch(header-> ) */ | |||||
52270 | ||||||
52271 | } | |||||
![]() |