WinPcap 3.2 beta 1 (3, 2, 0, 29) seems to be working with the packet.dll, so don't warn the user about it

svn path=/trunk/; revision=17990
This commit is contained in:
Ulf Lamping 2006-04-25 01:22:05 +00:00
parent 333633806c
commit 8ff5e909bb
1 changed files with 2 additions and 1 deletions

View File

@ -2126,7 +2126,8 @@ capture_if_details_open(char *iface)
/* XXX - add more known DLL versions here */
/* (all versions since the 2.3 release seems to be working (although the 2.3 beta did not) */
if( strcmp(version, "3, 1, 0, 27") == 0 || /* 3.1 release */
if( strcmp(version, "3, 2, 0, 29") == 0 || /* 3.2 beta 1 */
strcmp(version, "3, 1, 0, 27") == 0 || /* 3.1 release */
strcmp(version, "3, 1, 0, 24") == 0 || /* 3.1 beta 4 */
strcmp(version, "3, 1, 0, 23") == 0 || /* 3.1 beta 3 */
strcmp(version, "3, 1, 0, 22") == 0 || /* 3.1 beta 2 */