Skip to content

Commit

Permalink
Move arp.py to layer2/
Browse files Browse the repository at this point in the history
  • Loading branch information
EONRaider committed Dec 16, 2021
1 parent edf261a commit b576136
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/protocols/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from src.protocols.protocol import Protocol
from src.protocols.layer2.ethernet import Ethernet
from src.protocols.layer3.arp import ARP
from src.protocols.layer2.arp import ARP
from src.protocols.layer3.icmp import ICMP
from src.protocols.layer3.ip import IPv4, IPv6
from src.protocols.layer4.tcp import TCP
Expand Down
File renamed without changes.

0 comments on commit b576136

Please sign in to comment.