mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-12 11:52:01 +01:00
Removed progress printing to standard out
git-svn-id: file:///home/svn/framework3/trunk@9436 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
f2197699da
commit
88a7d4b6ca
@ -46,7 +46,6 @@ def packetrecord(session, packtime, logfile,intid)
|
||||
rec = 1
|
||||
print_status("Packets being saved in to #{logfile}")
|
||||
#Inserting Packets every number of seconds specified
|
||||
print("[*] Recording .")
|
||||
while rec == 1
|
||||
path_cap = logfile
|
||||
path_raw = logfile + '.raw'
|
||||
|
Loading…
Reference in New Issue
Block a user