Skip to content

Commit

Permalink
New naming schema on ARP files
Browse files Browse the repository at this point in the history
  • Loading branch information
ccie18643 committed Jul 13, 2024
1 parent 115a3bc commit 213c8cb
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 922 deletions.
2 changes: 1 addition & 1 deletion pytcp/lib/packet.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from pytcp.lib.tracker import Tracker

if TYPE_CHECKING:
from pytcp.protocols.arp.fpp import ArpParser
from pytcp.protocols.arp.parser import ArpParser
from pytcp.protocols.ethernet.fpp import EthernetParser
from pytcp.protocols.icmp4.fpp import Icmp4Parser
from pytcp.protocols.icmp6.fpp import Icmp6Parser
Expand Down
105 changes: 0 additions & 105 deletions pytcp/protocols/arp/fpa.py

This file was deleted.

159 changes: 0 additions & 159 deletions pytcp/protocols/arp/fpp.py

This file was deleted.

Loading

0 comments on commit 213c8cb

Please sign in to comment.