fragattack: add some TODOs

This commit is contained in:
Mathy 2020-06-11 10:57:40 -04:00 committed by Mathy Vanhoef
parent 3171d219c0
commit 2ff772d5ec

View File

@ -105,6 +105,8 @@ def prepare_tests(opt):
decoy_tid = None if stractions == None else int(stractions)
test = LinuxTest(REQ_ICMP, decoy_tid)
# TODO: - Rename test
# TODO: - Allow "I,CC" to first get an IP address and test black-box
elif opt.testname == "macos":
if stractions != None:
actions = [Action(char2trigger(t), enc=False) for t in stractions]