|
reply_ether = Ether(src=mac_destination, dst=mac_source)
|
|
reply_ether = Ether(src=mac_destination, dst=mac_source)
|
|
reply_ip = IP(src=ip_destination, dst=ip_source, flags='DF')
|
|
reply_ip = IP(src=ip_destination, dst=ip_source, flags='DF')
|
|
reply_tcp = TCP(sport=dport, dport=sport, seq=0, ack=1, flags='SA', window=29200,
|
|
reply_tcp = TCP(sport=dport, dport=sport, seq=0, ack=1, flags='SA', window=29200,
|