add WinPcap beta 2 and 3 to the details version check
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 9 Dec 2006 10:09:48 +0000 (10:09 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Sat, 9 Dec 2006 10:09:48 +0000 (10:09 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20080 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/capture_if_details_dlg.c

index 5d00066a26b77a4213a0ac863cbe9f7b5781ba0d..efbdefc622ff2556be65f5589cc533bdcc7bc07b 100644 (file)
@@ -2422,6 +2422,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, "4.0.0.703"  ) == 0 ||       /* 4.0 beta 3 */
+        strcmp(version, "4.0.0.655"  ) == 0 ||       /* 4.0 beta 2 */
         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 */