Useless Assignment at hostlist_tcpip.c:73 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gtk_tcpip_hostlist_init (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_tcpip.c)![]() | ||||||
![]() | ||||||
66 | gtk_tcpip_hostlist_init(const char *optarg, void* userdata _U_) | |||||
67 | { | |||||
68 | const char *filter=NULL; | |||||
69 | ||||||
70 | if(!strncmp(optarg,"endpoints,tcp,",14)){ | |||||
71 | filter=optarg+14; | |||||
72 | } else { | |||||
73 | filter=NULL;
| |||||
74 | } | |||||
75 | ||||||
76 | init_hostlist_table(FALSE, "TCP", "tcp", filter, tcpip_hostlist_packet); | |||||
77 | ||||||
78 | } | |||||
![]() |