mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
fragattack: minor output improvement
This commit is contained in:
parent
4bc992c609
commit
f45f6c5eb2
@ -335,7 +335,7 @@ class Station():
|
||||
|
||||
def handle_eth(self, p):
|
||||
if self.test != None and self.test.check != None and self.test.check(p):
|
||||
log(STATUS, ">>> TEST COMPLETED SUCCESSFULLY!!!!", color="green")
|
||||
log(STATUS, ">>> TEST COMPLETED SUCCESSFULLY", color="green")
|
||||
log(STATUS, "Received packet: " + repr(p))
|
||||
self.test = None
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user