Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/USArmyResearchLab/Dshell
/ postmodule
Method
postmodule
dshell/plugins/misc/pcapwriter.py:78–80 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
76
return
packet
77
78
def
postmodule(self):
79
if
self.pcap_fh:
80
self.pcap_fh.close()
81
82
83
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected