Unused Value at packet-parlay.c:36682 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
36672 | static void decode_org_csapi_ui_IpAppUIManager_userInteractionNotificationContinued(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
36673 | ||||||
36674 | gboolean stream_is_big_endian; /* big endianess */ | |||||
36675 | ||||||
36676 | ||||||
36677 | /* Operation specific Variable declarations Begin */ | |||||
36678 | ||||||
36679 | ||||||
36680 | /* Operation specific Variable declarations End */ | |||||
36681 | ||||||
36682 | stream_is_big_endian = is_big_endian(header);
| |||||
36683 | ||||||
36684 | switch(header-> ) { | |||||
36685 | ||||||
36686 | case Request: | |||||
36687 | ||||||
36688 | break; | |||||
36689 | ||||||
36690 | case Reply: | |||||
36691 | ||||||
36692 | switch(header->rep_status) { | |||||
36693 | ||||||
36694 | case NO_EXCEPTION: | |||||
36695 | ||||||
36696 | /* Function returns void */ | |||||
36697 | ||||||
36698 | break; | |||||
36699 | ||||||
36700 | case USER_EXCEPTION: | |||||
36701 | ||||||
36702 | break; | |||||
36703 | ||||||
36704 | default: | |||||
36705 | ||||||
36706 | /* Unknown Exception */ | |||||
36707 | ||||||
36708 | g_warning("Unknown Exception "); | |||||
36709 | ||||||
36710 | break; | |||||
36711 | ||||||
36712 | ||||||
36713 | } /* switch(header-> ) */ | |||||
36714 | ||||||
36715 | break; | |||||
36716 | ||||||
36717 | default: | |||||
36718 | ||||||
36719 | /* Unknown GIOP Message */ | |||||
36720 | ||||||
36721 | g_warning("Unknown GIOP Message"); | |||||
36722 | ||||||
36723 | break; | |||||
36724 | ||||||
36725 | } /* switch(header-> ) */ | |||||
36726 | ||||||
36727 | } | |||||
![]() |