S
S
slepowl2016-11-18 16:28:51
go
slepowl, 2016-11-18 16:28:51

Is it possible to write a utility for data exchange at the data link layer (Eth II) in golang?

Hello, is it possible to write a utility for data exchange at the data link layer (Eth II) in golang? Or tell me the PL for such an implementation. I know python, will not work. The point is that I need to transmit bare data in a data frame (and not ip packets as usual).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
Q
qlkvg, 2016-11-18
@qlkvg

scapy definitely knows how to work with ARP. I don’t know about bare data-frames, but I’m sure they can too.

V
Valentin, 2016-11-18
@vvpoloskin

On any PL, it is possible that system calls can be pulled, the main thing is to create a socket of RAW type

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question