Unused Value at packet-parlay.c:79029 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
79019 | static void decode_org_csapi_mmm_IpMultiMediaMessagingManager_disableNotifications(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
79020 | ||||||
79021 | gboolean stream_is_big_endian; /* big endianess */ | |||||
79022 | ||||||
79023 | ||||||
79024 | /* Operation specific Variable declarations Begin */ | |||||
79025 | ||||||
79026 | ||||||
79027 | /* Operation specific Variable declarations End */ | |||||
79028 | ||||||
79029 | stream_is_big_endian = is_big_endian(header);
| |||||
79030 | ||||||
79031 | switch(header-> ) { | |||||
79032 | ||||||
79033 | case Request: | |||||
79034 | ||||||
79035 | break; | |||||
79036 | ||||||
79037 | case Reply: | |||||
79038 | ||||||
79039 | switch(header->rep_status) { | |||||
79040 | ||||||
79041 | case NO_EXCEPTION: | |||||
79042 | ||||||
79043 | /* Function returns void */ | |||||
79044 | ||||||
79045 | break; | |||||
79046 | ||||||
79047 | case USER_EXCEPTION: | |||||
79048 | ||||||
79049 | break; | |||||
79050 | ||||||
79051 | default: | |||||
79052 | ||||||
79053 | /* Unknown Exception */ | |||||
79054 | ||||||
79055 | g_warning("Unknown Exception "); | |||||
79056 | ||||||
79057 | break; | |||||
79058 | ||||||
79059 | ||||||
79060 | } /* switch(header-> ) */ | |||||
79061 | ||||||
79062 | break; | |||||
79063 | ||||||
79064 | default: | |||||
79065 | ||||||
79066 | /* Unknown GIOP Message */ | |||||
79067 | ||||||
79068 | g_warning("Unknown GIOP Message"); | |||||
79069 | ||||||
79070 | break; | |||||
79071 | ||||||
79072 | } /* switch(header-> ) */ | |||||
79073 | ||||||
79074 | } | |||||
![]() |