Unused Value at packet-parlay.c:24584 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
24574 | static void decode_org_csapi_fw_fw_service_integrity_IpFwFaultManager_generateFaultStatsRecordRes(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
24575 | ||||||
24576 | gboolean stream_is_big_endian; /* big endianess */ | |||||
24577 | ||||||
24578 | ||||||
24579 | /* Operation specific Variable declarations Begin */ | |||||
24580 | ||||||
24581 | ||||||
24582 | /* Operation specific Variable declarations End */ | |||||
24583 | ||||||
24584 | stream_is_big_endian = is_big_endian(header);
| |||||
24585 | ||||||
24586 | switch(header-> ) { | |||||
24587 | ||||||
24588 | case Request: | |||||
24589 | ||||||
24590 | /* Begin struct "org_csapi_fw_TpFaultStatsRecord" */ | |||||
24591 | ||||||
24592 | ||||||
24593 | ||||||
24594 | decode_org_csapi_fw_TpFaultStatsRecord_st(tvb, pinfo, tree, offset, header, operation); | |||||
24595 | ||||||
24596 | /* End struct "org_csapi_fw_TpFaultStatsRecord" */ | |||||
24597 | ||||||
24598 | break; | |||||
24599 | ||||||
24600 | case Reply: | |||||
24601 | ||||||
24602 | switch(header->rep_status) { | |||||
24603 | ||||||
24604 | case NO_EXCEPTION: | |||||
24605 | ||||||
24606 | /* Function returns void */ | |||||
24607 | ||||||
24608 | break; | |||||
24609 | ||||||
24610 | case USER_EXCEPTION: | |||||
24611 | ||||||
24612 | break; | |||||
24613 | ||||||
24614 | default: | |||||
24615 | ||||||
24616 | /* Unknown Exception */ | |||||
24617 | ||||||
24618 | g_warning("Unknown Exception "); | |||||
24619 | ||||||
24620 | break; | |||||
24621 | ||||||
24622 | ||||||
24623 | } /* switch(header-> ) */ | |||||
24624 | ||||||
24625 | break; | |||||
24626 | ||||||
24627 | default: | |||||
24628 | ||||||
24629 | /* Unknown GIOP Message */ | |||||
24630 | ||||||
24631 | g_warning("Unknown GIOP Message"); | |||||
24632 | ||||||
24633 | break; | |||||
24634 | ||||||
24635 | } /* switch(header-> ) */ | |||||
24636 | ||||||
24637 | } | |||||
![]() |