Top "Raw-ethernet" questions

How send raw ethernet packet with C#?

Is there a way to send raw packet Ethernet to other host via C#? In Windows 7 if it makes difference.

c# .net windows-7 network-programming raw-ethernet
Identify a non-computer network device?

I'm current working on a program that scans my network and discoveres computers and devices on the network. I use …

networking snmp packet-sniffers discovery raw-ethernet
Python Scapy wrpcap - How do you append packets to a pcap file?

I have some software that can emulate things like BER and delays on the network. I need a way to …

python networking network-programming scapy raw-ethernet
Why are there differences between ETH_P_IP and ETH_P_ALL when doing a read()

I have the following setup: client(eth0) --- (eth2) linux bridge (eth1) --- (eth1) server When I open a RAW …

sockets ethernet raw-sockets raw-ethernet
How to send Ethernet-Frames in Java without TCP/IP Stack

My Java application should control an external device (EtherCAT Bus technology) directly connected to the network interface of my computer(…

java ethernet raw-ethernet
How to reliably generate Ethernet frame errors in software?

Question: I'm testing a section of cable-fault finding software, and I'd like to reliably and reproducibly generate cable faults on …

python c networking ethernet raw-ethernet