Unused Value at packet-parlay.c:12631 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
12621 | static void decode_org_csapi_fw_fw_application_integrity_IpAppFaultManager_genFaultStatsRecordReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
12622 | ||||||
12623 | gboolean stream_is_big_endian; /* big endianess */ | |||||
12624 | ||||||
12625 | ||||||
12626 | /* Operation specific Variable declarations Begin */ | |||||
12627 | ||||||
12628 | ||||||
12629 | /* Operation specific Variable declarations End */ | |||||
12630 | ||||||
12631 | stream_is_big_endian = is_big_endian(header);
| |||||
12632 | ||||||
12633 | switch(header-> ) { | |||||
12634 | ||||||
12635 | case Request: | |||||
12636 | ||||||
12637 | /* Begin struct "org_csapi_TpTimeInterval" */ | |||||
12638 | ||||||
12639 | ||||||
12640 | ||||||
12641 | decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation); | |||||
12642 | ||||||
12643 | /* End struct "org_csapi_TpTimeInterval" */ | |||||
12644 | ||||||
12645 | break; | |||||
12646 | ||||||
12647 | case Reply: | |||||
12648 | ||||||
12649 | switch(header->rep_status) { | |||||
12650 | ||||||
12651 | case NO_EXCEPTION: | |||||
12652 | ||||||
12653 | /* Function returns void */ | |||||
12654 | ||||||
12655 | break; | |||||
12656 | ||||||
12657 | case USER_EXCEPTION: | |||||
12658 | ||||||
12659 | break; | |||||
12660 | ||||||
12661 | default: | |||||
12662 | ||||||
12663 | /* Unknown Exception */ | |||||
12664 | ||||||
12665 | g_warning("Unknown Exception "); | |||||
12666 | ||||||
12667 | break; | |||||
12668 | ||||||
12669 | ||||||
12670 | } /* switch(header-> ) */ | |||||
12671 | ||||||
12672 | break; | |||||
12673 | ||||||
12674 | default: | |||||
12675 | ||||||
12676 | /* Unknown GIOP Message */ | |||||
12677 | ||||||
12678 | g_warning("Unknown GIOP Message"); | |||||
12679 | ||||||
12680 | break; | |||||
12681 | ||||||
12682 | } /* switch(header-> ) */ | |||||
12683 | ||||||
12684 | } | |||||
![]() |