Skip to content
Snippets Groups Projects
Commit 38ea6098 authored by NGUYEN Do Duc Anh's avatar NGUYEN Do Duc Anh
Browse files

fix wrong forward in queue

parent b2bc044e
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ def process_packet(new_packet):
data = new_packet.get_payload()
pkt = Ether(data)
pkt = IP(data)
# Parse the raw data into a Scapy IP packet
# pkt = IP(data)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment