Unused Value at packet-coseventcomm.c:490 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_CosEventComm_PullSupplier_disconnect_pull_supplier (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-coseventcomm.c)![]() | ||||||
![]() | ||||||
480 | static void decode_CosEventComm_PullSupplier_disconnect_pull_supplier(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
481 | ||||||
482 | gboolean stream_is_big_endian; /* big endianess */ | |||||
483 | ||||||
484 | ||||||
485 | /* Operation specific Variable declarations Begin */ | |||||
486 | ||||||
487 | ||||||
488 | /* Operation specific Variable declarations End */ | |||||
489 | ||||||
490 | stream_is_big_endian = is_big_endian(header);
| |||||
491 | ||||||
492 | switch(header-> ) { | |||||
493 | ||||||
494 | case Request: | |||||
495 | ||||||
496 | break; | |||||
497 | ||||||
498 | case Reply: | |||||
499 | ||||||
500 | switch(header->rep_status) { | |||||
501 | ||||||
502 | case NO_EXCEPTION: | |||||
503 | ||||||
504 | /* Function returns void */ | |||||
505 | ||||||
506 | break; | |||||
507 | ||||||
508 | case USER_EXCEPTION: | |||||
509 | ||||||
510 | break; | |||||
511 | ||||||
512 | default: | |||||
513 | ||||||
514 | /* Unknown Exception */ | |||||
515 | ||||||
516 | g_warning("Unknown Exception "); | |||||
517 | ||||||
518 | break; | |||||
519 | ||||||
520 | ||||||
521 | } /* switch(header-> ) */ | |||||
522 | ||||||
523 | break; | |||||
524 | ||||||
525 | default: | |||||
526 | ||||||
527 | /* Unknown GIOP Message */ | |||||
528 | ||||||
529 | g_warning("Unknown GIOP Message"); | |||||
530 | ||||||
531 | break; | |||||
532 | ||||||
533 | } /* switch(header-> ) */ | |||||
534 | ||||||
535 | } | |||||
![]() |