Text   |  XML   |  ReML   |   Visible Warnings:

Unused Value  at packet-parlay.c:16253

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/giop/packet-parlay.c)expand/collapse
Show more  
 16243  static void decode_org_csapi_fw_fw_application_integrity_IpAppHeartBeatMgmt_disableAppHeartBeat(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int *offset _U_, MessageHeader *header, gchar *operation _U_) {
 16244   
 16245      gboolean stream_is_big_endian;          /* big endianess */
 16246   
 16247       
 16248      /* Operation specific Variable declarations Begin */
 16249   
 16250       
 16251      /* Operation specific Variable declarations End */
 16252   
 16253      stream_is_big_endian = is_big_endian(header);
 16254   
 16255      switch(header->message_type) {
 16256   
 16257      case Request:
 16258   
 16259          break;
 16260   
 16261      case Reply:
 16262   
 16263          switch(header->rep_status) {
 16264   
 16265          case NO_EXCEPTION:
 16266   
 16267              /* Function returns void */
 16268   
 16269              break;
 16270   
 16271          case USER_EXCEPTION:
 16272   
 16273              break;
 16274   
 16275          default:
 16276   
 16277              /* Unknown Exception */
 16278   
 16279              g_warning("Unknown Exception ");
 16280   
 16281              break;
 16282   
 16283           
 16284          }   /* switch(header->message_type) */
 16285   
 16286          break;
 16287   
 16288      default:
 16289   
 16290          /* Unknown GIOP Message */
 16291   
 16292          g_warning("Unknown GIOP Message");
 16293   
 16294          break;
 16295   
 16296      } /* switch(header->message_type) */
 16297   
 16298  }
Show more  




Change Warning 3638.29517 : Unused Value

Priority:
State:
Finding:
Owner:
Note: