Unused Value at packet-parlay.c:25437 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
25427 | static void decode_org_csapi_fw_fw_service_integrity_IpFwHeartBeat_pulse(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
25428 | ||||||
25429 | gboolean stream_is_big_endian; /* big endianess */ | |||||
25430 | ||||||
25431 | ||||||
25432 | /* Operation specific Variable declarations Begin */ | |||||
25433 | ||||||
25434 | ||||||
25435 | /* Operation specific Variable declarations End */ | |||||
25436 | ||||||
25437 | stream_is_big_endian = is_big_endian(header);
| |||||
25438 | ||||||
25439 | switch(header-> ) { | |||||
25440 | ||||||
25441 | case Request: | |||||
25442 | ||||||
25443 | break; | |||||
25444 | ||||||
25445 | case Reply: | |||||
25446 | ||||||
25447 | switch(header->rep_status) { | |||||
25448 | ||||||
25449 | case NO_EXCEPTION: | |||||
25450 | ||||||
25451 | /* Function returns void */ | |||||
25452 | ||||||
25453 | break; | |||||
25454 | ||||||
25455 | case USER_EXCEPTION: | |||||
25456 | ||||||
25457 | break; | |||||
25458 | ||||||
25459 | default: | |||||
25460 | ||||||
25461 | /* Unknown Exception */ | |||||
25462 | ||||||
25463 | g_warning("Unknown Exception "); | |||||
25464 | ||||||
25465 | break; | |||||
25466 | ||||||
25467 | ||||||
25468 | } /* switch(header-> ) */ | |||||
25469 | ||||||
25470 | break; | |||||
25471 | ||||||
25472 | default: | |||||
25473 | ||||||
25474 | /* Unknown GIOP Message */ | |||||
25475 | ||||||
25476 | g_warning("Unknown GIOP Message"); | |||||
25477 | ||||||
25478 | break; | |||||
25479 | ||||||
25480 | } /* switch(header-> ) */ | |||||
25481 | ||||||
25482 | } | |||||
![]() |