Unused Value at packet-parlay.c:13124 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq (/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)![]() | ||||||
![]() | ||||||
13114 | static void decode_org_csapi_fw_fw_application_integrity_IpAppLoadManager_queryAppLoadReq(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) { | |||||
13115 | ||||||
13116 | gboolean stream_is_big_endian; /* big endianess */ | |||||
13117 | ||||||
13118 | ||||||
13119 | /* Operation specific Variable declarations Begin */ | |||||
13120 | ||||||
13121 | ||||||
13122 | /* Operation specific Variable declarations End */ | |||||
13123 | ||||||
13124 | stream_is_big_endian = is_big_endian(header);
| |||||
13125 | ||||||
13126 | switch(header-> ) { | |||||
13127 | ||||||
13128 | case Request: | |||||
13129 | ||||||
13130 | /* Begin struct "org_csapi_TpTimeInterval" */ | |||||
13131 | ||||||
13132 | ||||||
13133 | ||||||
13134 | decode_org_csapi_TpTimeInterval_st(tvb, pinfo, tree, offset, header, operation); | |||||
13135 | ||||||
13136 | /* End struct "org_csapi_TpTimeInterval" */ | |||||
13137 | ||||||
13138 | break; | |||||
13139 | ||||||
13140 | case Reply: | |||||
13141 | ||||||
13142 | switch(header->rep_status) { | |||||
13143 | ||||||
13144 | case NO_EXCEPTION: | |||||
13145 | ||||||
13146 | /* Function returns void */ | |||||
13147 | ||||||
13148 | break; | |||||
13149 | ||||||
13150 | case USER_EXCEPTION: | |||||
13151 | ||||||
13152 | break; | |||||
13153 | ||||||
13154 | default: | |||||
13155 | ||||||
13156 | /* Unknown Exception */ | |||||
13157 | ||||||
13158 | g_warning("Unknown Exception "); | |||||
13159 | ||||||
13160 | break; | |||||
13161 | ||||||
13162 | ||||||
13163 | } /* switch(header-> ) */ | |||||
13164 | ||||||
13165 | break; | |||||
13166 | ||||||
13167 | default: | |||||
13168 | ||||||
13169 | /* Unknown GIOP Message */ | |||||
13170 | ||||||
13171 | g_warning("Unknown GIOP Message"); | |||||
13172 | ||||||
13173 | break; | |||||
13174 | ||||||
13175 | } /* switch(header-> ) */ | |||||
13176 | ||||||
13177 | } | |||||
![]() |