Unused Value at packet-parlay.c:32495 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
32485 | static void decode_org_csapi_cc_mpccs_IpAppMultiPartyCallControlManager_managerInterrupted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
32486 | ||||||
32487 | gboolean stream_is_big_endian; /* big endianess */ | |||||
32488 | ||||||
32489 | ||||||
32490 | /* Operation specific Variable declarations Begin */ | |||||
32491 | ||||||
32492 | ||||||
32493 | /* Operation specific Variable declarations End */ | |||||
32494 | ||||||
32495 | stream_is_big_endian = is_big_endian(header);
| |||||
32496 | ||||||
32497 | switch(header-> ) { | |||||
32498 | ||||||
32499 | case Request: | |||||
32500 | ||||||
32501 | break; | |||||
32502 | ||||||
32503 | case Reply: | |||||
32504 | ||||||
32505 | switch(header->rep_status) { | |||||
32506 | ||||||
32507 | case NO_EXCEPTION: | |||||
32508 | ||||||
32509 | /* Function returns void */ | |||||
32510 | ||||||
32511 | break; | |||||
32512 | ||||||
32513 | case USER_EXCEPTION: | |||||
32514 | ||||||
32515 | break; | |||||
32516 | ||||||
32517 | default: | |||||
32518 | ||||||
32519 | /* Unknown Exception */ | |||||
32520 | ||||||
32521 | g_warning("Unknown Exception "); | |||||
32522 | ||||||
32523 | break; | |||||
32524 | ||||||
32525 | ||||||
32526 | } /* switch(header-> ) */ | |||||
32527 | ||||||
32528 | break; | |||||
32529 | ||||||
32530 | default: | |||||
32531 | ||||||
32532 | /* Unknown GIOP Message */ | |||||
32533 | ||||||
32534 | g_warning("Unknown GIOP Message"); | |||||
32535 | ||||||
32536 | break; | |||||
32537 | ||||||
32538 | } /* switch(header-> ) */ | |||||
32539 | ||||||
32540 | } | |||||
![]() |