Unused Value at packet-parlay.c:36552 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_ui_IpAppUIManager_userInteractionAborted (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
36542 | static void decode_org_csapi_ui_IpAppUIManager_userInteractionAborted(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
36543 | ||||||
36544 | gboolean stream_is_big_endian; /* big endianess */ | |||||
36545 | ||||||
36546 | ||||||
36547 | /* Operation specific Variable declarations Begin */ | |||||
36548 | ||||||
36549 | ||||||
36550 | /* Operation specific Variable declarations End */ | |||||
36551 | ||||||
36552 | stream_is_big_endian = is_big_endian(header);
| |||||
36553 | ||||||
36554 | switch(header-> ) { | |||||
36555 | ||||||
36556 | case Request: | |||||
36557 | ||||||
36558 | /* Begin struct "org_csapi_ui_TpUIIdentifier" */ | |||||
36559 | ||||||
36560 | ||||||
36561 | ||||||
36562 | decode_org_csapi_ui_TpUIIdentifier_st(tvb, pinfo, tree, offset, header, operation); | |||||
36563 | ||||||
36564 | /* End struct "org_csapi_ui_TpUIIdentifier" */ | |||||
36565 | ||||||
36566 | break; | |||||
36567 | ||||||
36568 | case Reply: | |||||
36569 | ||||||
36570 | switch(header->rep_status) { | |||||
36571 | ||||||
36572 | case NO_EXCEPTION: | |||||
36573 | ||||||
36574 | /* Function returns void */ | |||||
36575 | ||||||
36576 | break; | |||||
36577 | ||||||
36578 | case USER_EXCEPTION: | |||||
36579 | ||||||
36580 | break; | |||||
36581 | ||||||
36582 | default: | |||||
36583 | ||||||
36584 | /* Unknown Exception */ | |||||
36585 | ||||||
36586 | g_warning("Unknown Exception "); | |||||
36587 | ||||||
36588 | break; | |||||
36589 | ||||||
36590 | ||||||
36591 | } /* switch(header-> ) */ | |||||
36592 | ||||||
36593 | break; | |||||
36594 | ||||||
36595 | default: | |||||
36596 | ||||||
36597 | /* Unknown GIOP Message */ | |||||
36598 | ||||||
36599 | g_warning("Unknown GIOP Message"); | |||||
36600 | ||||||
36601 | break; | |||||
36602 | ||||||
36603 | } /* switch(header-> ) */ | |||||
36604 | ||||||
36605 | } | |||||
![]() |