We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24f9797 + b222aa6 commit 9fcc190Copy full SHA for 9fcc190
1 file changed
chapter04/find_ddos.py
@@ -92,5 +92,10 @@ def find_attack(pcap):
92
with open(pcap_file, 'rb') as file:
93
_pcap = dpkt.pcap.Reader(file)
94
find_download(_pcap)
95
+ with open(pcap_file, 'rb') as file:
96
+ _pcap = dpkt.pcap.Reader(file)
97
find_hivemind(_pcap)
98
+
99
100
101
find_attack(_pcap)
0 commit comments