Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-gdsdb.c:984

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

gdsdb_execute

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)expand/collapse
Show more  
 974  }
 975   
 976  static int
 977  gdsdb_execute(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 978  {
 979          /* int offset; */
 980   
 981          if (tvb_length(tvb) < 12) {
 982                  return 0;
 983          }
 984          if (tree) {
 985  /* hf_gdsdb_execute_statement */
 986  /* hf_gdsdb_execute_transaction */
 987  /* hf_gdsdb_execute_message_number */
 988  /* hf_gdsdb_execute_messages */
 989          }
 990   
 991          return tvb_length(tvb);
 992  }
 993   
 994  static int
Show more  




Change Warning 39.27281 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: