Unused Value at packet-parlay.c:48407 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cm_IpVPrP_getDsCodepoint (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
48397 | static void decode_org_csapi_cm_IpVPrP_getDsCodepoint(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
48398 | ||||||
48399 | gboolean stream_is_big_endian; /* big endianess */ | |||||
48400 | ||||||
48401 | ||||||
48402 | /* Operation specific Variable declarations Begin */ | |||||
48403 | ||||||
48404 | ||||||
48405 | /* Operation specific Variable declarations End */ | |||||
48406 | ||||||
48407 | stream_is_big_endian = is_big_endian(header);
| |||||
48408 | ||||||
48409 | switch(header-> ) { | |||||
48410 | ||||||
48411 | case Request: | |||||
48412 | ||||||
48413 | break; | |||||
48414 | ||||||
48415 | case Reply: | |||||
48416 | ||||||
48417 | switch(header->rep_status) { | |||||
48418 | ||||||
48419 | case NO_EXCEPTION: | |||||
48420 | ||||||
48421 | /* Begin struct "org_csapi_cm_TpDsCodepoint" */ | |||||
48422 | ||||||
48423 | ||||||
48424 | ||||||
48425 | decode_org_csapi_cm_TpDsCodepoint_st(tvb, pinfo, tree, offset, header, operation); | |||||
48426 | ||||||
48427 | /* End struct "org_csapi_cm_TpDsCodepoint" */ | |||||
48428 | ||||||
48429 | break; | |||||
48430 | ||||||
48431 | case USER_EXCEPTION: | |||||
48432 | ||||||
48433 | break; | |||||
48434 | ||||||
48435 | default: | |||||
48436 | ||||||
48437 | /* Unknown Exception */ | |||||
48438 | ||||||
48439 | g_warning("Unknown Exception "); | |||||
48440 | ||||||
48441 | break; | |||||
48442 | ||||||
48443 | ||||||
48444 | } /* switch(header-> ) */ | |||||
48445 | ||||||
48446 | break; | |||||
48447 | ||||||
48448 | default: | |||||
48449 | ||||||
48450 | /* Unknown GIOP Message */ | |||||
48451 | ||||||
48452 | g_warning("Unknown GIOP Message"); | |||||
48453 | ||||||
48454 | break; | |||||
48455 | ||||||
48456 | } /* switch(header-> ) */ | |||||
48457 | ||||||
48458 | } | |||||
![]() |