You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running scapy of python 3 on windows and trying to parse the flows in a pcap file. However, when it comes to an ipv6 packet, the scapy always reads it as an ipv4 packet with 0.0.0.0 as its dst and wrong numbers of ports.
When I apply the same code on a server of python 3, there'll be no such problem.
The text was updated successfully, but these errors were encountered:
I'm running scapy of python 3 on windows and trying to parse the flows in a pcap file. However, when it comes to an ipv6 packet, the scapy always reads it as an ipv4 packet with 0.0.0.0 as its dst and wrong numbers of ports.
When I apply the same code on a server of python 3, there'll be no such problem.
The text was updated successfully, but these errors were encountered: