You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call to dns_exit on nemesis-dhcp.c instead of calling dhcp_exit on line 368
on versions 1.6 and master one.
`#if defined(WIN32)
case 'Z':
if ((ifacetmp = pcap_lookupdev(errbuf)) == NULL)
perror(errbuf);
nemesis-dchp.c
Call to
dns_exit
on nemesis-dhcp.c instead of callingdhcp_exit
on line 368on versions 1.6 and master one.
`#if defined(WIN32)
case 'Z':
if ((ifacetmp = pcap_lookupdev(errbuf)) == NULL)
perror(errbuf);
#endif`
please correct.
The text was updated successfully, but these errors were encountered: