Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-gdsdb.c:1062

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

gdsdb_fetch

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)expand/collapse
Show more  
 1052  }
 1053   
 1054  static int
 1055  gdsdb_fetch(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 1056  {
 1057          /* int offset; */
 1058   
 1059          if (tvb_length(tvb) < 16) {
 1060                  return 0;
 1061          }
 1062          if (tree) {
 1063  /* hf_gdsdb_fetch_statement */
 1064  /* hf_gdsdb_fetch_message_number */
 1065  /* hf_gdsdb_fetch_messages */
 1066          }
 1067   
 1068          return tvb_length(tvb);
 1069  }
 1070   
 1071  static int
 1072  gdsdb_fetch_response(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
Show more  




Change Warning 41.27283 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: