Unused Value at packet-parlay.c:13543 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
13533 | static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_createLoadLevelNotification(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
13534 | ||||||
13535 | gboolean stream_is_big_endian; /* big endianess */ | |||||
13536 | ||||||
13537 | ||||||
13538 | /* Operation specific Variable declarations Begin */ | |||||
13539 | ||||||
13540 | ||||||
13541 | /* Operation specific Variable declarations End */ | |||||
13542 | ||||||
13543 | stream_is_big_endian = is_big_endian(header);
| |||||
13544 | ||||||
13545 | switch(header-> ) { | |||||
13546 | ||||||
13547 | case Request: | |||||
13548 | ||||||
13549 | break; | |||||
13550 | ||||||
13551 | case Reply: | |||||
13552 | ||||||
13553 | switch(header->rep_status) { | |||||
13554 | ||||||
13555 | case NO_EXCEPTION: | |||||
13556 | ||||||
13557 | /* Function returns void */ | |||||
13558 | ||||||
13559 | break; | |||||
13560 | ||||||
13561 | case USER_EXCEPTION: | |||||
13562 | ||||||
13563 | break; | |||||
13564 | ||||||
13565 | default: | |||||
13566 | ||||||
13567 | /* Unknown Exception */ | |||||
13568 | ||||||
13569 | g_warning("Unknown Exception "); | |||||
13570 | ||||||
13571 | break; | |||||
13572 | ||||||
13573 | ||||||
13574 | } /* switch(header-> ) */ | |||||
13575 | ||||||
13576 | break; | |||||
13577 | ||||||
13578 | default: | |||||
13579 | ||||||
13580 | /* Unknown GIOP Message */ | |||||
13581 | ||||||
13582 | g_warning("Unknown GIOP Message"); | |||||
13583 | ||||||
13584 | break; | |||||
13585 | ||||||
13586 | } /* switch(header-> ) */ | |||||
13587 | ||||||
13588 | } | |||||
![]() |