Unused Value at packet-parlay.c:92835 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cs_TpPriceVolume_st (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
92825 | static void decode_org_csapi_cs_TpPriceVolume_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_) { | |||||
92826 | ||||||
92827 | gboolean stream_is_big_endian; /* big endianess */ | |||||
92828 | ||||||
92829 | ||||||
92830 | /* Operation specific Variable declarations Begin */ | |||||
92831 | ||||||
92832 | ||||||
92833 | /* Operation specific Variable declarations End */ | |||||
92834 | ||||||
92835 | stream_is_big_endian = is_big_endian(header); /* get stream endianess */
| |||||
92836 | ||||||
92837 | /* Begin struct "org_csapi_cs_TpChargingPrice" */ | |||||
92838 | ||||||
92839 | ||||||
92840 | ||||||
92841 | decode_org_csapi_cs_TpChargingPrice_st(tvb, pinfo, tree, offset, header, operation); | |||||
92842 | ||||||
92843 | /* End struct "org_csapi_cs_TpChargingPrice" */ | |||||
92844 | ||||||
92845 | /* Begin struct "org_csapi_cs_TpVolume" */ | |||||
92846 | ||||||
92847 | ||||||
92848 | ||||||
92849 | decode_org_csapi_cs_TpVolume_st(tvb, pinfo, tree, offset, header, operation); | |||||
92850 | ||||||
92851 | /* End struct "org_csapi_cs_TpVolume" */ | |||||
92852 | ||||||
92853 | } | |||||
![]() |