Unused Value at packet-parlay.c:18664 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
18654 | static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpClientAppManagement_createClientApp(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
18655 | ||||||
18656 | gboolean stream_is_big_endian; /* big endianess */ | |||||
18657 | ||||||
18658 | ||||||
18659 | /* Operation specific Variable declarations Begin */ | |||||
18660 | ||||||
18661 | ||||||
18662 | /* Operation specific Variable declarations End */ | |||||
18663 | ||||||
18664 | stream_is_big_endian = is_big_endian(header);
| |||||
18665 | ||||||
18666 | switch(header-> ) { | |||||
18667 | ||||||
18668 | case Request: | |||||
18669 | ||||||
18670 | /* Begin struct "org_csapi_fw_TpClientAppDescription" */ | |||||
18671 | ||||||
18672 | ||||||
18673 | ||||||
18674 | decode_org_csapi_fw_TpClientAppDescription_st(tvb, pinfo, tree, offset, header, operation); | |||||
18675 | ||||||
18676 | /* End struct "org_csapi_fw_TpClientAppDescription" */ | |||||
18677 | ||||||
18678 | break; | |||||
18679 | ||||||
18680 | case Reply: | |||||
18681 | ||||||
18682 | switch(header->rep_status) { | |||||
18683 | ||||||
18684 | case NO_EXCEPTION: | |||||
18685 | ||||||
18686 | /* Function returns void */ | |||||
18687 | ||||||
18688 | break; | |||||
18689 | ||||||
18690 | case USER_EXCEPTION: | |||||
18691 | ||||||
18692 | break; | |||||
18693 | ||||||
18694 | default: | |||||
18695 | ||||||
18696 | /* Unknown Exception */ | |||||
18697 | ||||||
18698 | g_warning("Unknown Exception "); | |||||
18699 | ||||||
18700 | break; | |||||
18701 | ||||||
18702 | ||||||
18703 | } /* switch(header-> ) */ | |||||
18704 | ||||||
18705 | break; | |||||
18706 | ||||||
18707 | default: | |||||
18708 | ||||||
18709 | /* Unknown GIOP Message */ | |||||
18710 | ||||||
18711 | g_warning("Unknown GIOP Message"); | |||||
18712 | ||||||
18713 | break; | |||||
18714 | ||||||
18715 | } /* switch(header-> ) */ | |||||
18716 | ||||||
18717 | } | |||||
![]() |