Skip to content

Commit

Permalink
Changed packetcapture client name and fixed the buffer synchronizatio…
Browse files Browse the repository at this point in the history
…n problem (#271)
  • Loading branch information
DavideAG committed Feb 18, 2020
1 parent 7855b8e commit 5daab44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def listening():
global f, stop
while(1):
if stop:
os.sync()
f.close()
break
getAndWritePacket(sys.argv[1])
Expand Down

0 comments on commit 5daab44

Please sign in to comment.