Unused Value at packet-parlay.c:36621 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
36611 | static void decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
36612 | ||||||
36613 | gboolean stream_is_big_endian; /* big endianess */ | |||||
36614 | ||||||
36615 | ||||||
36616 | /* Operation specific Variable declarations Begin */ | |||||
36617 | ||||||
36618 | ||||||
36619 | /* Operation specific Variable declarations End */ | |||||
36620 | ||||||
36621 | stream_is_big_endian = is_big_endian(header);
| |||||
36622 | ||||||
36623 | switch(header-> ) { | |||||
36624 | ||||||
36625 | case Request: | |||||
36626 | ||||||
36627 | break; | |||||
36628 | ||||||
36629 | case Reply: | |||||
36630 | ||||||
36631 | switch(header->rep_status) { | |||||
36632 | ||||||
36633 | case NO_EXCEPTION: | |||||
36634 | ||||||
36635 | /* Function returns void */ | |||||
36636 | ||||||
36637 | break; | |||||
36638 | ||||||
36639 | case USER_EXCEPTION: | |||||
36640 | ||||||
36641 | break; | |||||
36642 | ||||||
36643 | default: | |||||
36644 | ||||||
36645 | /* Unknown Exception */ | |||||
36646 | ||||||
36647 | g_warning("Unknown Exception "); | |||||
36648 | ||||||
36649 | break; | |||||
36650 | ||||||
36651 | ||||||
36652 | } /* switch(header-> ) */ | |||||
36653 | ||||||
36654 | break; | |||||
36655 | ||||||
36656 | default: | |||||
36657 | ||||||
36658 | /* Unknown GIOP Message */ | |||||
36659 | ||||||
36660 | g_warning("Unknown GIOP Message"); | |||||
36661 | ||||||
36662 | break; | |||||
36663 | ||||||
36664 | } /* switch(header-> ) */ | |||||
36665 | ||||||
36666 | } | |||||
![]() |