add WinPcap 4.0 beta 1 to the list of known and tested versions

svn path=/trunk/; revision=19021
This commit is contained in:
Ulf Lamping 2006-08-24 21:44:30 +00:00
parent 0fcfd360e9
commit de8da839c0
1 changed files with 3 additions and 1 deletions

View File

@ -2126,7 +2126,9 @@ 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, 2, 0, 29") == 0 || /* 3.2 beta 1 */
if(
strcmp(version, "4.0.0.592" ) == 0 || /* 4.0 beta 1 */
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 */