Unused Value at packet-parlay.c:49596 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
49586 | static void decode_org_csapi_cm_IpQoSTemplate_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
49587 | ||||||
49588 | gboolean stream_is_big_endian; /* big endianess */ | |||||
49589 | ||||||
49590 | ||||||
49591 | /* Operation specific Variable declarations Begin */ | |||||
49592 | ||||||
49593 | ||||||
49594 | /* Operation specific Variable declarations End */ | |||||
49595 | ||||||
49596 | stream_is_big_endian = is_big_endian(header);
| |||||
49597 | ||||||
49598 | switch(header-> ) { | |||||
49599 | ||||||
49600 | case Request: | |||||
49601 | ||||||
49602 | break; | |||||
49603 | ||||||
49604 | case Reply: | |||||
49605 | ||||||
49606 | switch(header->rep_status) { | |||||
49607 | ||||||
49608 | case NO_EXCEPTION: | |||||
49609 | ||||||
49610 | /* Begin struct "org_csapi_cm_TpProvisionedQoSInfo" */ | |||||
49611 | ||||||
49612 | ||||||
49613 | ||||||
49614 | decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvb, pinfo, tree, offset, header, operation); | |||||
49615 | ||||||
49616 | /* End struct "org_csapi_cm_TpProvisionedQoSInfo" */ | |||||
49617 | ||||||
49618 | break; | |||||
49619 | ||||||
49620 | case USER_EXCEPTION: | |||||
49621 | ||||||
49622 | break; | |||||
49623 | ||||||
49624 | default: | |||||
49625 | ||||||
49626 | /* Unknown Exception */ | |||||
49627 | ||||||
49628 | g_warning("Unknown Exception "); | |||||
49629 | ||||||
49630 | break; | |||||
49631 | ||||||
49632 | ||||||
49633 | } /* switch(header-> ) */ | |||||
49634 | ||||||
49635 | break; | |||||
49636 | ||||||
49637 | default: | |||||
49638 | ||||||
49639 | /* Unknown GIOP Message */ | |||||
49640 | ||||||
49641 | g_warning("Unknown GIOP Message"); | |||||
49642 | ||||||
49643 | break; | |||||
49644 | ||||||
49645 | } /* switch(header-> ) */ | |||||
49646 | ||||||
49647 | } | |||||
![]() |