Unused Value at packet-parlay.c:21596 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
21586 | static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
21587 | ||||||
21588 | gboolean stream_is_big_endian; /* big endianess */ | |||||
21589 | ||||||
21590 | ||||||
21591 | /* Operation specific Variable declarations Begin */ | |||||
21592 | ||||||
21593 | ||||||
21594 | /* Operation specific Variable declarations End */ | |||||
21595 | ||||||
21596 | stream_is_big_endian = is_big_endian(header);
| |||||
21597 | ||||||
21598 | switch(header-> ) { | |||||
21599 | ||||||
21600 | case Request: | |||||
21601 | ||||||
21602 | break; | |||||
21603 | ||||||
21604 | case Reply: | |||||
21605 | ||||||
21606 | switch(header->rep_status) { | |||||
21607 | ||||||
21608 | case NO_EXCEPTION: | |||||
21609 | ||||||
21610 | /* Function returns void */ | |||||
21611 | ||||||
21612 | break; | |||||
21613 | ||||||
21614 | case USER_EXCEPTION: | |||||
21615 | ||||||
21616 | break; | |||||
21617 | ||||||
21618 | default: | |||||
21619 | ||||||
21620 | /* Unknown Exception */ | |||||
21621 | ||||||
21622 | g_warning("Unknown Exception "); | |||||
21623 | ||||||
21624 | break; | |||||
21625 | ||||||
21626 | ||||||
21627 | } /* switch(header-> ) */ | |||||
21628 | ||||||
21629 | break; | |||||
21630 | ||||||
21631 | default: | |||||
21632 | ||||||
21633 | /* Unknown GIOP Message */ | |||||
21634 | ||||||
21635 | g_warning("Unknown GIOP Message"); | |||||
21636 | ||||||
21637 | break; | |||||
21638 | ||||||
21639 | } /* switch(header-> ) */ | |||||
21640 | ||||||
21641 | } | |||||
![]() |