<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/wepdecrypt/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/wepdecrypt/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 23 Mar 2011 18:23:30 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/wepdecrypt/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>fails to detect fltk version &gt; 1.1.6 correctly</title><link>https://sourceforge.net/p/wepdecrypt/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The configure code for fltk-version detection should be patch like:&lt;/p&gt;
&lt;p&gt;--- configure   2006-07-09 01:53:20.000000000 +0200&lt;br /&gt;
+++ configure.new       2011-03-23 18:46:57.711671501 +0100&lt;br /&gt;
@@ -2915,7 +2915,11 @@ fi&lt;br /&gt;
FIELD2=`$FLTK_CONFIG --version | awk -F . '{print $2}'`;&lt;br /&gt;
FIELD3=`$FLTK_CONFIG --version | awk -F . '{print $3}'`;&lt;/p&gt;
&lt;p&gt;-               if test $FIELD1 -le 1 -a $FIELD3 -lt 6; then&lt;br /&gt;
+&lt;br /&gt;
+               if test $FIELD1 -le 1 -a $FIELD2 -le 1 -a $FIELD3 -lt 6; then&lt;br /&gt;
+                       echo -e "\nconfigure: error: fltk-version must be 1.1.6 or greater!\n"; exit -1;&lt;br /&gt;
+               fi&lt;br /&gt;
+               if test $FIELD1 -le 1 -a $FIELD2 -lt 1; then&lt;br /&gt;
echo -e "\nconfigure: error: fltk-version must be 1.1.6 or greater!\n"; exit -1;&lt;br /&gt;
fi&lt;br /&gt;
if test $FIELD1 -lt 1; then&lt;/p&gt;
&lt;p&gt;The old code only look at first and third version-number for fltk .. so fltk-version 1.3.0 is less than the required 1.1.6 ..&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andresen</dc:creator><pubDate>Wed, 23 Mar 2011 18:23:30 -0000</pubDate><guid>https://sourceforge.net628cbfc8c8a174759862e17fb0071faccf989b04</guid></item><item><title>Server die if anything other is connected</title><link>https://sourceforge.net/p/wepdecrypt/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I was trying to run wepdecrypt in server mode but it is impossible to use it like this because everytime when something open the port the server dies. &lt;/p&gt;
&lt;p&gt;steps to reproduce&lt;br /&gt;
1. start the server on machine 1&lt;br /&gt;
2. connect client from machine 2 and start counting&lt;br /&gt;
3. nmap -P0 machine 1&lt;br /&gt;
4. start client from machine 3 and start counting&lt;/p&gt;
&lt;p&gt;result:&lt;br /&gt;
- server die after 3&lt;br /&gt;
- the machine 2 is still counting and wasting power&lt;br /&gt;
- if you restart server and connect machone 3 it will start to do the same work as machine 2&lt;/p&gt;
&lt;p&gt;BTW i'm not sure but i think that single workstation wepdecrypt is MUCH MUCH faster than client server &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 20 Feb 2007 03:33:18 -0000</pubDate><guid>https://sourceforge.neta82fc87756bd9c6ccca33e56368619ce3f021196</guid></item></channel></rss>