typos
This commit is contained in:
parent
7a58c58c03
commit
6050d03720
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
/myenv/
|
|
@ -3,7 +3,7 @@ from scapy.all import sendp, Ether, IP, UDP
|
|||
destination_ip = '255.255.255.255'
|
||||
source_ip = '192.168.1.1'
|
||||
source_mac = '52:54:00:ac:05:8c'
|
||||
destination_mac = 'ff:ff:ff:ff:ff:ff'
|
||||
destination_mac = 'fu:ck:yo:ur:mo:m!' #probably doesn't work
|
||||
source_port = 14236
|
||||
destination_port = 14235
|
||||
|
||||
|
|
Loading…
Reference in a new issue