Text   |  XML   |  ReML   |   Visible Warnings:

Empty if Statement  at packet-gdsdb.c:901

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

gdsdb_event

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-gdsdb.c)expand/collapse
Show more  
 891  #endif
 892   
 893  static int
 894  gdsdb_event(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree)
 895  {
 896           /* int offset; */
 897   
 898          if (tvb_length(tvb) < 24) {
 899                  return 0;
 900          }
 901          if (tree) {
 902  /* hf_gdsdb_event_database */
 903  /* hf_gdsdb_event_items */
 904  /* hf_gdsdb_event_ast */
 905  /* hf_gdsdb_event_arg */
 906  /* hf_gdsdb_event_rid */
 907          }
 908          return tvb_length(tvb);
 909  }
 910   
 911  static int
Show more  




Change Warning 34.27276 : Empty if Statement

Priority:
State:
Finding:
Owner:
Note: