From 529def5ca44f177d6565f60a0d00bb2dc7a49a3e Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 30 Oct 2012 20:35:15 +0000 Subject: [PATCH] Allowing a rate of 83.3 git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@1304 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- client/goodfet.mcpcan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.20.1