aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_details_dlg.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-08-24 21:44:30 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-08-24 21:44:30 +0000
commitde8da839c04eca82714b358046dc0d3b31e2733f (patch)
tree2766db3e19a5f6cd1a04da2fd4116523729cec70 /gtk/capture_if_details_dlg.c
parent0fcfd360e9c3e74d553f34be0d279758be0f73d6 (diff)
add WinPcap 4.0 beta 1 to the list of known and tested versions
svn path=/trunk/; revision=19021
Diffstat (limited to 'gtk/capture_if_details_dlg.c')
-rw-r--r--gtk/capture_if_details_dlg.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/capture_if_details_dlg.c b/gtk/capture_if_details_dlg.c
index 228bcb7c92..e41bae8167 100644
--- a/gtk/capture_if_details_dlg.c
+++ b/gtk/capture_if_details_dlg.c
@@ -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 */