aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-04-25 01:22:05 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-04-25 01:22:05 +0000
commit8ff5e909bb2df4fea3b282c2f239fb30e1b3173d (patch)
tree2ae533654a7d714ec2388a26de6152a880265009 /gtk
parent333633806ccad91b6699f78b6197f4a67ecee82e (diff)
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
Diffstat (limited to 'gtk')
-rw-r--r--gtk/capture_if_details_dlg.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/capture_if_details_dlg.c b/gtk/capture_if_details_dlg.c
index a8c4305104..132b762386 100644
--- a/gtk/capture_if_details_dlg.c
+++ b/gtk/capture_if_details_dlg.c
@@ -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 */