Unused Value at packet-parlay.c:78184 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
78174 | static void decode_org_csapi_mmm_IpAppMultiMediaMessagingManager_notificationsResumed(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
78175 | ||||||
78176 | gboolean stream_is_big_endian; /* big endianess */ | |||||
78177 | ||||||
78178 | ||||||
78179 | /* Operation specific Variable declarations Begin */ | |||||
78180 | ||||||
78181 | ||||||
78182 | /* Operation specific Variable declarations End */ | |||||
78183 | ||||||
78184 | stream_is_big_endian = is_big_endian(header);
| |||||
78185 | ||||||
78186 | switch(header-> ) { | |||||
78187 | ||||||
78188 | case Request: | |||||
78189 | ||||||
78190 | break; | |||||
78191 | ||||||
78192 | case Reply: | |||||
78193 | ||||||
78194 | switch(header->rep_status) { | |||||
78195 | ||||||
78196 | case NO_EXCEPTION: | |||||
78197 | ||||||
78198 | /* Function returns void */ | |||||
78199 | ||||||
78200 | break; | |||||
78201 | ||||||
78202 | case USER_EXCEPTION: | |||||
78203 | ||||||
78204 | break; | |||||
78205 | ||||||
78206 | default: | |||||
78207 | ||||||
78208 | /* Unknown Exception */ | |||||
78209 | ||||||
78210 | g_warning("Unknown Exception "); | |||||
78211 | ||||||
78212 | break; | |||||
78213 | ||||||
78214 | ||||||
78215 | } /* switch(header-> ) */ | |||||
78216 | ||||||
78217 | break; | |||||
78218 | ||||||
78219 | default: | |||||
78220 | ||||||
78221 | /* Unknown GIOP Message */ | |||||
78222 | ||||||
78223 | g_warning("Unknown GIOP Message"); | |||||
78224 | ||||||
78225 | break; | |||||
78226 | ||||||
78227 | } /* switch(header-> ) */ | |||||
78228 | ||||||
78229 | } | |||||
![]() |