raw-ethernet Questions

4

Solved

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 crea...
Dissenter asked 27/9, 2011 at 18:40

4

Solved

In an embedded system (2.4 kernel) I need raw socket access to the eth0 interface from a process not running as root. I tried to address this problem by setting the CAP_NET_RAW capability from th...
Wanitawanneeickel asked 19/3, 2012 at 14:32

2

Is it possible to read the bits directly off the physical ethernet connection interface from a standard computer ethernet interface? e.g., suppose I want to use the ethernet jack of a laptop as a ...
Tactics asked 21/1, 2013 at 9:32

1

Solved

I'm trying to use C to send raw ethernet packets via sendmsg(). This code successfully opens a raw packet socket, attempts to fill a struct iovec with a single array of bytes (char message[]), then...
Colloquy asked 22/6, 2016 at 18:45

2

I am attempting to capture localhost(loopback 127.0.0.1) TCP traffic between master-slave (server-client) programs on my PC. Wireshark cannot do this, but I understand that RawCap does. When I try...
Irreclaimable asked 28/2, 2012 at 19:19

1

I decided to add a tap interface and use it in my code , but I am able to get its state UP. sudo ip -f link tuntap add tap10 mode tap sudo ip link set tap10 up After this when I do "ip link" ta...
Woodworking asked 21/3, 2014 at 22:52

1

Solved

I have written a C program that is writing Ethernet frames directly onto the wire (which runs in two modes, sender or receiver). The sender is sending the frames with two VLAN tags on them (QinQ) b...
Dysart asked 22/6, 2014 at 20:48

1

My Java application should control an external device (EtherCAT Bus technology) directly connected to the network interface of my computer(Ubuntu and Windows). No other network devices are connecte...
Haemophiliac asked 24/4, 2013 at 10:9

1

Solved

I have the following setup: client(eth0) --- (eth2) linux bridge (eth1) --- (eth1) server When I open a RAW socket on the linux bridge using fd = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); ...
Rivi asked 8/10, 2012 at 14:13

4

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 ...

4

Solved

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 ev...
Ubiety asked 10/8, 2011 at 0:45

1

Solved

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 untwis...
Triiodomethane asked 13/6, 2011 at 11:6

3

Solved

Is there a way to send raw packet Ethernet to other host via C#? In Windows 7 if it makes difference.
Templetempler asked 18/10, 2010 at 22:43
1

© 2022 - 2024 — McMap. All rights reserved.