Unused Value at packet-parlay.c:34478 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
34468 | static void decode_org_csapi_cc_cccs_IpConfCallControlManager_freeResources(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
34469 | ||||||
34470 | gboolean stream_is_big_endian; /* big endianess */ | |||||
34471 | ||||||
34472 | ||||||
34473 | /* Operation specific Variable declarations Begin */ | |||||
34474 | ||||||
34475 | ||||||
34476 | /* Operation specific Variable declarations End */ | |||||
34477 | ||||||
34478 | stream_is_big_endian = is_big_endian(header);
| |||||
34479 | ||||||
34480 | switch(header-> ) { | |||||
34481 | ||||||
34482 | case Request: | |||||
34483 | ||||||
34484 | /* Begin struct "org_csapi_cc_cccs_TpResourceReservation" */ | |||||
34485 | ||||||
34486 | ||||||
34487 | ||||||
34488 | decode_org_csapi_cc_cccs_TpResourceReservation_st(tvb, pinfo, tree, offset, header, operation); | |||||
34489 | ||||||
34490 | /* End struct "org_csapi_cc_cccs_TpResourceReservation" */ | |||||
34491 | ||||||
34492 | break; | |||||
34493 | ||||||
34494 | case Reply: | |||||
34495 | ||||||
34496 | switch(header->rep_status) { | |||||
34497 | ||||||
34498 | case NO_EXCEPTION: | |||||
34499 | ||||||
34500 | /* Function returns void */ | |||||
34501 | ||||||
34502 | break; | |||||
34503 | ||||||
34504 | case USER_EXCEPTION: | |||||
34505 | ||||||
34506 | break; | |||||
34507 | ||||||
34508 | default: | |||||
34509 | ||||||
34510 | /* Unknown Exception */ | |||||
34511 | ||||||
34512 | g_warning("Unknown Exception "); | |||||
34513 | ||||||
34514 | break; | |||||
34515 | ||||||
34516 | ||||||
34517 | } /* switch(header-> ) */ | |||||
34518 | ||||||
34519 | break; | |||||
34520 | ||||||
34521 | default: | |||||
34522 | ||||||
34523 | /* Unknown GIOP Message */ | |||||
34524 | ||||||
34525 | g_warning("Unknown GIOP Message"); | |||||
34526 | ||||||
34527 | break; | |||||
34528 | ||||||
34529 | } /* switch(header-> ) */ | |||||
34530 | ||||||
34531 | } | |||||
![]() |