Unused Value at packet-parlay.c:48206 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
48196 | static void decode_org_csapi_cm_IpVPrP_getProvisionedQoSInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
48197 | ||||||
48198 | gboolean stream_is_big_endian; /* big endianess */ | |||||
48199 | ||||||
48200 | ||||||
48201 | /* Operation specific Variable declarations Begin */ | |||||
48202 | ||||||
48203 | ||||||
48204 | /* Operation specific Variable declarations End */ | |||||
48205 | ||||||
48206 | stream_is_big_endian = is_big_endian(header);
| |||||
48207 | ||||||
48208 | switch(header-> ) { | |||||
48209 | ||||||
48210 | case Request: | |||||
48211 | ||||||
48212 | break; | |||||
48213 | ||||||
48214 | case Reply: | |||||
48215 | ||||||
48216 | switch(header->rep_status) { | |||||
48217 | ||||||
48218 | case NO_EXCEPTION: | |||||
48219 | ||||||
48220 | /* Begin struct "org_csapi_cm_TpProvisionedQoSInfo" */ | |||||
48221 | ||||||
48222 | ||||||
48223 | ||||||
48224 | decode_org_csapi_cm_TpProvisionedQoSInfo_st(tvb, pinfo, tree, offset, header, operation); | |||||
48225 | ||||||
48226 | /* End struct "org_csapi_cm_TpProvisionedQoSInfo" */ | |||||
48227 | ||||||
48228 | break; | |||||
48229 | ||||||
48230 | case USER_EXCEPTION: | |||||
48231 | ||||||
48232 | break; | |||||
48233 | ||||||
48234 | default: | |||||
48235 | ||||||
48236 | /* Unknown Exception */ | |||||
48237 | ||||||
48238 | g_warning("Unknown Exception "); | |||||
48239 | ||||||
48240 | break; | |||||
48241 | ||||||
48242 | ||||||
48243 | } /* switch(header-> ) */ | |||||
48244 | ||||||
48245 | break; | |||||
48246 | ||||||
48247 | default: | |||||
48248 | ||||||
48249 | /* Unknown GIOP Message */ | |||||
48250 | ||||||
48251 | g_warning("Unknown GIOP Message"); | |||||
48252 | ||||||
48253 | break; | |||||
48254 | ||||||
48255 | } /* switch(header-> ) */ | |||||
48256 | ||||||
48257 | } | |||||
![]() |