Unused Value at packet-parlay.c:46216 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
46206 | static void decode_org_csapi_gms_IpAppMessagingManager_messagingNotificationTerminated(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
46207 | ||||||
46208 | gboolean stream_is_big_endian; /* big endianess */ | |||||
46209 | ||||||
46210 | ||||||
46211 | /* Operation specific Variable declarations Begin */ | |||||
46212 | ||||||
46213 | ||||||
46214 | /* Operation specific Variable declarations End */ | |||||
46215 | ||||||
46216 | stream_is_big_endian = is_big_endian(header);
| |||||
46217 | ||||||
46218 | switch(header-> ) { | |||||
46219 | ||||||
46220 | case Request: | |||||
46221 | ||||||
46222 | break; | |||||
46223 | ||||||
46224 | case Reply: | |||||
46225 | ||||||
46226 | switch(header->rep_status) { | |||||
46227 | ||||||
46228 | case NO_EXCEPTION: | |||||
46229 | ||||||
46230 | /* Function returns void */ | |||||
46231 | ||||||
46232 | break; | |||||
46233 | ||||||
46234 | case USER_EXCEPTION: | |||||
46235 | ||||||
46236 | break; | |||||
46237 | ||||||
46238 | default: | |||||
46239 | ||||||
46240 | /* Unknown Exception */ | |||||
46241 | ||||||
46242 | g_warning("Unknown Exception "); | |||||
46243 | ||||||
46244 | break; | |||||
46245 | ||||||
46246 | ||||||
46247 | } /* switch(header-> ) */ | |||||
46248 | ||||||
46249 | break; | |||||
46250 | ||||||
46251 | default: | |||||
46252 | ||||||
46253 | /* Unknown GIOP Message */ | |||||
46254 | ||||||
46255 | g_warning("Unknown GIOP Message"); | |||||
46256 | ||||||
46257 | break; | |||||
46258 | ||||||
46259 | } /* switch(header-> ) */ | |||||
46260 | ||||||
46261 | } | |||||
![]() |