Useless Assignment at hostlist_wlan.c:71 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
gtk_wlan_hostlist_init (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/hostlist_wlan.c)![]() | ||||||
![]() | ||||||
64 | gtk_wlan_hostlist_init(const char *optarg, void* userdata _U_) | |||||
65 | { | |||||
66 | const char *filter=NULL; | |||||
67 | ||||||
68 | if(!strncmp(optarg,"hosts,wlan,",11)){ | |||||
69 | filter=optarg+11; | |||||
70 | } else { | |||||
71 | filter=NULL;
| |||||
72 | } | |||||
73 | ||||||
74 | init_hostlist_table(TRUE, "WLAN", "wlan", filter, wlan_hostlist_packet); | |||||
75 | ||||||
76 | } | |||||
![]() |