Unused Value at packet-parlay.c:61468 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
61458 | static void decode_org_csapi_policy_provisioning_IpPolicyManager_startTransaction(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
61459 | ||||||
61460 | gboolean stream_is_big_endian; /* big endianess */ | |||||
61461 | ||||||
61462 | ||||||
61463 | /* Operation specific Variable declarations Begin */ | |||||
61464 | ||||||
61465 | ||||||
61466 | /* Operation specific Variable declarations End */ | |||||
61467 | ||||||
61468 | stream_is_big_endian = is_big_endian(header);
| |||||
61469 | ||||||
61470 | switch(header-> ) { | |||||
61471 | ||||||
61472 | case Request: | |||||
61473 | ||||||
61474 | break; | |||||
61475 | ||||||
61476 | case Reply: | |||||
61477 | ||||||
61478 | switch(header->rep_status) { | |||||
61479 | ||||||
61480 | case NO_EXCEPTION: | |||||
61481 | ||||||
61482 | /* Function returns void */ | |||||
61483 | ||||||
61484 | break; | |||||
61485 | ||||||
61486 | case USER_EXCEPTION: | |||||
61487 | ||||||
61488 | break; | |||||
61489 | ||||||
61490 | default: | |||||
61491 | ||||||
61492 | /* Unknown Exception */ | |||||
61493 | ||||||
61494 | g_warning("Unknown Exception "); | |||||
61495 | ||||||
61496 | break; | |||||
61497 | ||||||
61498 | ||||||
61499 | } /* switch(header-> ) */ | |||||
61500 | ||||||
61501 | break; | |||||
61502 | ||||||
61503 | default: | |||||
61504 | ||||||
61505 | /* Unknown GIOP Message */ | |||||
61506 | ||||||
61507 | g_warning("Unknown GIOP Message"); | |||||
61508 | ||||||
61509 | break; | |||||
61510 | ||||||
61511 | } /* switch(header-> ) */ | |||||
61512 | ||||||
61513 | } | |||||
![]() |