Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-gdsdb.c:1111

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

gdsdb_insert

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)expand/collapse
Show more  
 1101  }
 1102   
 1103  static int
 1104  gdsdb_insert(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 1105  {
 1106          /* int offset; */
 1107   
 1108          if (tvb_length(tvb) < 16) {
 1109                  return 0;
 1110          }
 1111          if (tree) {
 1112  /* hf_gdsdb_insert_statement */
 1113  /* hf_gdsdb_insert_message_number */
 1114  /* hf_gdsdb_insert_messages */
 1115          }
 1116   
 1117          return tvb_length(tvb);
 1118  }
 1119   
 1120  static int
 1121  gdsdb_cursor(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
Show more  




Change Warning 44.27286 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: