From: travisutk Date: Tue, 30 Oct 2012 20:35:15 +0000 (+0000) Subject: Allowing a rate of 83.3 X-Git-Url: http://git.rot13.org//?a=commitdiff_plain;h=529def5ca44f177d6565f60a0d00bb2dc7a49a3e;p=goodfet Allowing a rate of 83.3 git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1304 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- diff --git a/client/goodfet.mcpcan b/client/goodfet.mcpcan index 83aff43..e636403 100755 --- a/client/goodfet.mcpcan +++ b/client/goodfet.mcpcan @@ -47,7 +47,7 @@ if(sys.argv[1]=="info"): print client.packet2str(foo); if(sys.argv[1]=="sniff"): if len(sys.argv)>2: - rate=int(sys.argv[2]); + rate=float(sys.argv[2]); client.MCPsetrate(rate); client.MCPreqstatListenOnly(); while 1: