mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-07 04:34:04 -05:00
fragattack: fix in QCA test
This commit is contained in:
parent
2ff772d5ec
commit
cdcbd6988f
@ -127,7 +127,7 @@ class QcaTestSplit(Test):
|
||||
if False:
|
||||
self.actions[2].frame = station.get_header(seqnum=11, prior=4)/LLC()/SNAP()/IP()
|
||||
else:
|
||||
header, request, self.check_fn = generate_request(station, self.ptype, prior=2)
|
||||
header, request, self.check_fn = generate_request(station, REQ_ICMP, prior=2)
|
||||
header.SC = 11 << 4
|
||||
self.actions[2].frame = header/request/Raw(b"3")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user