Unused Value at packet-parlay.c:49391 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cm_IpQoSTemplate_getValidityInfo (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
49381 | static void decode_org_csapi_cm_IpQoSTemplate_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
49382 | ||||||
49383 | gboolean stream_is_big_endian; /* big endianess */ | |||||
49384 | ||||||
49385 | ||||||
49386 | /* Operation specific Variable declarations Begin */ | |||||
49387 | ||||||
49388 | ||||||
49389 | /* Operation specific Variable declarations End */ | |||||
49390 | ||||||
49391 | stream_is_big_endian = is_big_endian(header);
| |||||
49392 | ||||||
49393 | switch(header-> ) { | |||||
49394 | ||||||
49395 | case Request: | |||||
49396 | ||||||
49397 | break; | |||||
49398 | ||||||
49399 | case Reply: | |||||
49400 | ||||||
49401 | switch(header->rep_status) { | |||||
49402 | ||||||
49403 | case NO_EXCEPTION: | |||||
49404 | ||||||
49405 | /* Begin struct "org_csapi_cm_TpValidityInfo" */ | |||||
49406 | ||||||
49407 | ||||||
49408 | ||||||
49409 | decode_org_csapi_cm_TpValidityInfo_st(tvb, pinfo, tree, offset, header, operation); | |||||
49410 | ||||||
49411 | /* End struct "org_csapi_cm_TpValidityInfo" */ | |||||
49412 | ||||||
49413 | break; | |||||
49414 | ||||||
49415 | case USER_EXCEPTION: | |||||
49416 | ||||||
49417 | break; | |||||
49418 | ||||||
49419 | default: | |||||
49420 | ||||||
49421 | /* Unknown Exception */ | |||||
49422 | ||||||
49423 | g_warning("Unknown Exception "); | |||||
49424 | ||||||
49425 | break; | |||||
49426 | ||||||
49427 | ||||||
49428 | } /* switch(header-> ) */ | |||||
49429 | ||||||
49430 | break; | |||||
49431 | ||||||
49432 | default: | |||||
49433 | ||||||
49434 | /* Unknown GIOP Message */ | |||||
49435 | ||||||
49436 | g_warning("Unknown GIOP Message"); | |||||
49437 | ||||||
49438 | break; | |||||
49439 | ||||||
49440 | } /* switch(header-> ) */ | |||||
49441 | ||||||
49442 | } | |||||
![]() |