Unused Value at packet-parlay.c:60301 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
60291 | static void decode_org_csapi_policy_provisioning_IpPolicyRule_unsetValidityPeriodCondition(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
60292 | ||||||
60293 | gboolean stream_is_big_endian; /* big endianess */ | |||||
60294 | ||||||
60295 | ||||||
60296 | /* Operation specific Variable declarations Begin */ | |||||
60297 | ||||||
60298 | ||||||
60299 | /* Operation specific Variable declarations End */ | |||||
60300 | ||||||
60301 | stream_is_big_endian = is_big_endian(header);
| |||||
60302 | ||||||
60303 | switch(header-> ) { | |||||
60304 | ||||||
60305 | case Request: | |||||
60306 | ||||||
60307 | break; | |||||
60308 | ||||||
60309 | case Reply: | |||||
60310 | ||||||
60311 | switch(header->rep_status) { | |||||
60312 | ||||||
60313 | case NO_EXCEPTION: | |||||
60314 | ||||||
60315 | /* Function returns void */ | |||||
60316 | ||||||
60317 | break; | |||||
60318 | ||||||
60319 | case USER_EXCEPTION: | |||||
60320 | ||||||
60321 | break; | |||||
60322 | ||||||
60323 | default: | |||||
60324 | ||||||
60325 | /* Unknown Exception */ | |||||
60326 | ||||||
60327 | g_warning("Unknown Exception "); | |||||
60328 | ||||||
60329 | break; | |||||
60330 | ||||||
60331 | ||||||
60332 | } /* switch(header-> ) */ | |||||
60333 | ||||||
60334 | break; | |||||
60335 | ||||||
60336 | default: | |||||
60337 | ||||||
60338 | /* Unknown GIOP Message */ | |||||
60339 | ||||||
60340 | g_warning("Unknown GIOP Message"); | |||||
60341 | ||||||
60342 | break; | |||||
60343 | ||||||
60344 | } /* switch(header-> ) */ | |||||
60345 | ||||||
60346 | } | |||||
![]() |