The raw-ethernet tag has no wiki summary.
9
votes
3answers
4k views
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.
8
votes
1answer
541 views
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 a cat5 cable.
At the moment I'm using a meter length of untwisted ...
3
votes
1answer
68 views
Book suggestions for Low-level ethernet/networking (e.g. MII)
I had a colleague who is using Xilinx's LocalLink TEMAC (read:http://www.xilinx.com/support/documentation/ip_documentation/xps_ll_temac.pdf)
While I find the DS interesting, I would like to learn ...
2
votes
4answers
198 views
How to do something every millisecond or better on Windows
This question is not about timing something accurately on Windows (XP or better), but rather about doing something very rapidly via callback or interrupt.
I need to be doing something regularly every ...
2
votes
4answers
418 views
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 various operations to find data on the devices I discover, but want to distinguish the ...
1
vote
2answers
112 views
Creating Ethernet II frame header?
How to create Ethernet II frame header in Linux ? 802.3 frame header can be created using eth_header() giving the skbuffer and source and destination MAC and length. Can the same function be used for ...
1
vote
1answer
236 views
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 test the BER module of the software to make sure it actually works correctly. My solution is to ...
1
vote
0answers
41 views
64/66b encoding
There are a few things I don't understand about 64/66bit encoding, and failed to find the answers to on the web. Any help/links would be greatly appreciated:
i) how is the start of a frame ...
1
vote
1answer
622 views
How to access ethernet port using VC++? without using sockets
I'm a beginner to ethernet programming, I want to access the ethernet port and send/recieve packets to/from it. I thought of using the CIM_EthernetPort class, but don't know how to do it. please help. ...
1
vote
1answer
1k views
Java library for Raw Ethernet
The title pretty much says it all.
I'm looking for a java library that will give me access to raw Ethernet frames, both for reading and sending them. My end goal is to create a BACnet Ethernet ...
0
votes
0answers
9 views
Ethernet not getting braodcast packets
I'm working on 2.6.15 kernel running on a cisco IPTV. When the box is coming up, the DHCP client hangs up. The reason for this is that the DHCP client does not get fetch the broadcasted DHCP offer ...
0
votes
1answer
32 views
ethtool for pause frames?
I am creating an ethernet frame sniffing/forwarding program on a Linux machine that I will use to sniff the frames being transmitted from a computer to ethernet and vice-versa.
I am trying to ...
0
votes
1answer
95 views
Raw Ethernet PF_PACKET issue on localhost
I am working on raw ethernet programming in c. I have two files client and server which are running on localhost. I am using my own protocol number for communication in socket().
On the client side ...
0
votes
1answer
50 views
Accessing an Ethernet or USB port
Good Afternoon,
This post is to ask for ideas on which programming language for Windows Vista you would suggest for accessing raw data from an Ethernet port or a USB port. My strength is in ...
0
votes
1answer
322 views
Winsock Join MAC ADDRESS Multicast group
Is there a way to join an Ethernet multicast group? All documentation I found is about adding an IP group.
I just want to receive the Cisco CDP packet that is sent to the MAC address ...
0
votes
2answers
1k views
Implement Raw Ethernet in Winsock
I am doing a project where I must craft custom packets. That is, I have to have control of each packet header. I am trying to do this using sockets. Basically, what I need to do is this:
SOCKET s ...