We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e4615 commit 673f074Copy full SHA for 673f074
1 file changed
CreateFeaturesHandler.py
@@ -43,7 +43,7 @@ def malware_features():
43
csv.create_empty_csv()
44
csv.add_row(self.featuresCalc.get_features_name())
45
array_of_pkts = []
46
- print("\nCalcolo features di " + pcap + "\n")
+ print("\nComputing features for " + pcap + "\n")
47
attacker = AttackerCalc(pcap=pcap)
48
ip_to_consider = attacker.compute_attacker()
49
for filter in self.filters:
0 commit comments