Unused Value at packet-parlay.c:21535 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
21525 | static void decode_org_csapi_fw_fw_service_integrity_IpSvcLoadManager_resumeNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
21526 | ||||||
21527 | gboolean stream_is_big_endian; /* big endianess */ | |||||
21528 | ||||||
21529 | ||||||
21530 | /* Operation specific Variable declarations Begin */ | |||||
21531 | ||||||
21532 | ||||||
21533 | /* Operation specific Variable declarations End */ | |||||
21534 | ||||||
21535 | stream_is_big_endian = is_big_endian(header);
| |||||
21536 | ||||||
21537 | switch(header-> ) { | |||||
21538 | ||||||
21539 | case Request: | |||||
21540 | ||||||
21541 | break; | |||||
21542 | ||||||
21543 | case Reply: | |||||
21544 | ||||||
21545 | switch(header->rep_status) { | |||||
21546 | ||||||
21547 | case NO_EXCEPTION: | |||||
21548 | ||||||
21549 | /* Function returns void */ | |||||
21550 | ||||||
21551 | break; | |||||
21552 | ||||||
21553 | case USER_EXCEPTION: | |||||
21554 | ||||||
21555 | break; | |||||
21556 | ||||||
21557 | default: | |||||
21558 | ||||||
21559 | /* Unknown Exception */ | |||||
21560 | ||||||
21561 | g_warning("Unknown Exception "); | |||||
21562 | ||||||
21563 | break; | |||||
21564 | ||||||
21565 | ||||||
21566 | } /* switch(header-> ) */ | |||||
21567 | ||||||
21568 | break; | |||||
21569 | ||||||
21570 | default: | |||||
21571 | ||||||
21572 | /* Unknown GIOP Message */ | |||||
21573 | ||||||
21574 | g_warning("Unknown GIOP Message"); | |||||
21575 | ||||||
21576 | break; | |||||
21577 | ||||||
21578 | } /* switch(header-> ) */ | |||||
21579 | ||||||
21580 | } | |||||
![]() |