Skip to content
Snippets Groups Projects
Commit 88b0b81b authored by Phil's avatar Phil
Browse files

Added PcapReader.close() (tickets #100 and #112, from E. Swarthout's patch)

parent db2e90a8
No related branches found
No related tags found
No related merge requests found
......@@ -548,6 +548,9 @@ class PcapReader:
def fileno(self):
return self.f.fileno()
def close(self):
return self.f.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment