Unused Value at packet-parlay.c:18597 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
18587 | static void decode_org_csapi_fw_fw_enterprise_operator_service_subscription_IpEntOpAccountInfoQuery_describeEntOpAccount(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
18588 | ||||||
18589 | gboolean stream_is_big_endian; /* big endianess */ | |||||
18590 | ||||||
18591 | ||||||
18592 | /* Operation specific Variable declarations Begin */ | |||||
18593 | ||||||
18594 | ||||||
18595 | /* Operation specific Variable declarations End */ | |||||
18596 | ||||||
18597 | stream_is_big_endian = is_big_endian(header);
| |||||
18598 | ||||||
18599 | switch(header-> ) { | |||||
18600 | ||||||
18601 | case Request: | |||||
18602 | ||||||
18603 | break; | |||||
18604 | ||||||
18605 | case Reply: | |||||
18606 | ||||||
18607 | switch(header->rep_status) { | |||||
18608 | ||||||
18609 | case NO_EXCEPTION: | |||||
18610 | ||||||
18611 | /* Begin struct "org_csapi_fw_TpEntOp" */ | |||||
18612 | ||||||
18613 | ||||||
18614 | ||||||
18615 | decode_org_csapi_fw_TpEntOp_st(tvb, pinfo, tree, offset, header, operation); | |||||
18616 | ||||||
18617 | /* End struct "org_csapi_fw_TpEntOp" */ | |||||
18618 | ||||||
18619 | break; | |||||
18620 | ||||||
18621 | case USER_EXCEPTION: | |||||
18622 | ||||||
18623 | break; | |||||
18624 | ||||||
18625 | default: | |||||
18626 | ||||||
18627 | /* Unknown Exception */ | |||||
18628 | ||||||
18629 | g_warning("Unknown Exception "); | |||||
18630 | ||||||
18631 | break; | |||||
18632 | ||||||
18633 | ||||||
18634 | } /* switch(header-> ) */ | |||||
18635 | ||||||
18636 | break; | |||||
18637 | ||||||
18638 | default: | |||||
18639 | ||||||
18640 | /* Unknown GIOP Message */ | |||||
18641 | ||||||
18642 | g_warning("Unknown GIOP Message"); | |||||
18643 | ||||||
18644 | break; | |||||
18645 | ||||||
18646 | } /* switch(header-> ) */ | |||||
18647 | ||||||
18648 | } | |||||
![]() |