remove hardcoded (and wrong) winpcap version number

This commit is contained in:
fyodor 2007-11-14 02:04:37 +00:00
parent a62e2976da
commit d928402c79

View file

@ -174,7 +174,7 @@ void win_init()
ULONG len = sizeof(pcaplist);
pcap_avail = 1;
if(o.debugging > 2) printf("***WinIP*** trying to initialize winpcap 3.1\n");
if(o.debugging > 2) printf("***WinIP*** trying to initialize WinPcap\n");
PacketGetAdapterNames(pcaplist, &len);
#ifdef _MSC_VER