Reading PCAP
Scapy can read pcap files as well!
packets=rdpcap("capture.pcap")
# Open wireshark directly from scapy
wireshark(packet[0])
Last updated
Was this helpful?
Scapy can read pcap files as well!
packets=rdpcap("capture.pcap")
# Open wireshark directly from scapy
wireshark(packet[0])
Last updated
Was this helpful?