Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at hostlist_eth.c:74

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

gtk_eth_hostlist_init

(/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_eth.c)expand/collapse
Show more  
 66  gtk_eth_hostlist_init(const char *optarg,
 67                        void* userdata _U_)
 68  {
 69          const char *filter=NULL;
 70   
 71          if(!strncmp(optarg,"hosts,eth,",10)){
 72                  filter=optarg+10;
 73          } else {
 74                  filter=NULL;
 75          }
 76   
 77          init_hostlist_table(TRUE, "Ethernet", "eth", filter, eth_hostlist_packet);
 78   
 79  }
Show more  




Change Warning 4364.31141 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: