Unused Value at packet-parlay.c:25248 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
25238 | static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeatMgmt_disableHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
25239 | ||||||
25240 | gboolean stream_is_big_endian; /* big endianess */ | |||||
25241 | ||||||
25242 | ||||||
25243 | /* Operation specific Variable declarations Begin */ | |||||
25244 | ||||||
25245 | ||||||
25246 | /* Operation specific Variable declarations End */ | |||||
25247 | ||||||
25248 | stream_is_big_endian = is_big_endian(header);
| |||||
25249 | ||||||
25250 | switch(header-> ) { | |||||
25251 | ||||||
25252 | case Request: | |||||
25253 | ||||||
25254 | break; | |||||
25255 | ||||||
25256 | case Reply: | |||||
25257 | ||||||
25258 | switch(header->rep_status) { | |||||
25259 | ||||||
25260 | case NO_EXCEPTION: | |||||
25261 | ||||||
25262 | /* Function returns void */ | |||||
25263 | ||||||
25264 | break; | |||||
25265 | ||||||
25266 | case USER_EXCEPTION: | |||||
25267 | ||||||
25268 | break; | |||||
25269 | ||||||
25270 | default: | |||||
25271 | ||||||
25272 | /* Unknown Exception */ | |||||
25273 | ||||||
25274 | g_warning("Unknown Exception "); | |||||
25275 | ||||||
25276 | break; | |||||
25277 | ||||||
25278 | ||||||
25279 | } /* switch(header-> ) */ | |||||
25280 | ||||||
25281 | break; | |||||
25282 | ||||||
25283 | default: | |||||
25284 | ||||||
25285 | /* Unknown GIOP Message */ | |||||
25286 | ||||||
25287 | g_warning("Unknown GIOP Message"); | |||||
25288 | ||||||
25289 | break; | |||||
25290 | ||||||
25291 | } /* switch(header-> ) */ | |||||
25292 | ||||||
25293 | } | |||||
![]() |