Unused Value at packet-parlay.c:88206 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cc_TpCallNotificationScope_st (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
88196 | static void decode_org_csapi_cc_TpCallNotificationScope_st(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header _U_, gchar *operation _U_) { | |||||
88197 | ||||||
88198 | gboolean stream_is_big_endian; /* big endianess */ | |||||
88199 | ||||||
88200 | ||||||
88201 | /* Operation specific Variable declarations Begin */ | |||||
88202 | ||||||
88203 | ||||||
88204 | /* Operation specific Variable declarations End */ | |||||
88205 | ||||||
88206 | stream_is_big_endian = is_big_endian(header); /* get stream endianess */
| |||||
88207 | ||||||
88208 | /* Begin struct "org_csapi_TpAddressRange" */ | |||||
88209 | ||||||
88210 | ||||||
88211 | ||||||
88212 | decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation); | |||||
88213 | ||||||
88214 | /* End struct "org_csapi_TpAddressRange" */ | |||||
88215 | ||||||
88216 | /* Begin struct "org_csapi_TpAddressRange" */ | |||||
88217 | ||||||
88218 | ||||||
88219 | ||||||
88220 | decode_org_csapi_TpAddressRange_st(tvb, pinfo, tree, offset, header, operation); | |||||
88221 | ||||||
88222 | /* End struct "org_csapi_TpAddressRange" */ | |||||
88223 | ||||||
88224 | } | |||||
![]() |