Python Forum
Failed to recieve scapy udp packet - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Failed to recieve scapy udp packet (/thread-5209.html)



Failed to recieve scapy udp packet - SkyAmryBoi - Sep-22-2017

Hi,
I used scapy and wrote a udp test application to send udp packet between computer A to computer B. The reciever at computer B is able to recieved the Udp from computer A. However, the reciever at computer A fails to recieved the udp packet from computer B. From the wireshark, i can see the udp packet reaches computer B. Somehow the packet is not send from the ethernet port to the python application. I have verify the setting, port, IP addrss... to be correct. I also disabled my windows firewall.

Anyone face this issues before?
Any advise?

Regards


RE: Failed to recieve scapy udp packet - camp0 - Sep-29-2017

Hi,

It would be beneficial to have the code of your example and also the pcap file if you dont mind.

Regards