python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Scapy show packet content after sniffing it - UnicodeEncodeError
I want to sniff ProfiNet Connect Messages and print them to console every time i receive them. Herefore i used the Scapy sniff method. Every time a Connect-Frame is received the following error is di...
seb711
Votes: 0
Answers: 1
How do I create a DNS response packet
I have tried this, first is the dns request packet. The second packet is recognized also as a dns request packet. I want the second packet to be a dns response on the first packet
dns = [
IP(src=...

user12662165
Votes: 0
Answers: 1
Send UDP from .pcap to a non local server via Scapy
I am trying to send a UDP packet that I captured with Wireshark to my private game server through Scapy so that I can trigger a modded event to occur. Eventually I would like to expand on this and cr...
FilthyNoob
Votes: 0
Answers: 0