Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at hostlist_ip.c:72

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

gtk_ip_hostlist_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_ip.c)expand/collapse
Show more  
 65  gtk_ip_hostlist_init(const char *optarg, void* userdata _U_)
 66  {
 67          const char *filter=NULL;
 68   
 69          if(!strncmp(optarg,"hosts,ip,",9)){
 70                  filter=optarg+9;
 71          } else {
 72                  filter=NULL;
 73          }
 74   
 75          init_hostlist_table(TRUE, "IPv4", "ip", filter, ip_hostlist_packet);
 76   
 77  }
Show more  




Change Warning 4367.31146 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: