ethernet

Filter options for sniff function in scapy

Filter options for sniff function in scapy Question: I’m working on a scapy based tool where at a point I need to sniff a packet based on protocol and the ip address of the destination I’d like to know about the ways in which filter option in sniff() function can be used. I tried using …

Total answers: 1

How do I send a raw ethernet frame in python?

How do I send a raw ethernet frame in python? Question: I need to have a project done in a few days, its a basic client and server interface. The catch is that it needs to be all raw sockets. I have no problem with creating that, I am just stuck on sending the packets. …

Total answers: 3