Unused Value at packet-parlay.c:48273 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_cm_IpVPrP_getValidityInfo (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
48263 | static void decode_org_csapi_cm_IpVPrP_getValidityInfo(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
48264 | ||||||
48265 | gboolean stream_is_big_endian; /* big endianess */ | |||||
48266 | ||||||
48267 | ||||||
48268 | /* Operation specific Variable declarations Begin */ | |||||
48269 | ||||||
48270 | ||||||
48271 | /* Operation specific Variable declarations End */ | |||||
48272 | ||||||
48273 | stream_is_big_endian = is_big_endian(header);
| |||||
48274 | ||||||
48275 | switch(header-> ) { | |||||
48276 | ||||||
48277 | case Request: | |||||
48278 | ||||||
48279 | break; | |||||
48280 | ||||||
48281 | case Reply: | |||||
48282 | ||||||
48283 | switch(header->rep_status) { | |||||
48284 | ||||||
48285 | case NO_EXCEPTION: | |||||
48286 | ||||||
48287 | /* Begin struct "org_csapi_cm_TpValidityInfo" */ | |||||
48288 | ||||||
48289 | ||||||
48290 | ||||||
48291 | decode_org_csapi_cm_TpValidityInfo_st(tvb, pinfo, tree, offset, header, operation); | |||||
48292 | ||||||
48293 | /* End struct "org_csapi_cm_TpValidityInfo" */ | |||||
48294 | ||||||
48295 | break; | |||||
48296 | ||||||
48297 | case USER_EXCEPTION: | |||||
48298 | ||||||
48299 | break; | |||||
48300 | ||||||
48301 | default: | |||||
48302 | ||||||
48303 | /* Unknown Exception */ | |||||
48304 | ||||||
48305 | g_warning("Unknown Exception "); | |||||
48306 | ||||||
48307 | break; | |||||
48308 | ||||||
48309 | ||||||
48310 | } /* switch(header-> ) */ | |||||
48311 | ||||||
48312 | break; | |||||
48313 | ||||||
48314 | default: | |||||
48315 | ||||||
48316 | /* Unknown GIOP Message */ | |||||
48317 | ||||||
48318 | g_warning("Unknown GIOP Message"); | |||||
48319 | ||||||
48320 | break; | |||||
48321 | ||||||
48322 | } /* switch(header-> ) */ | |||||
48323 | ||||||
48324 | } | |||||
![]() |