python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Go: How to remove data link layer from a packet?
I am using the gopacket library, and I read packets from the wire. Right now, all packets I read contain four layers: Link, Network, Transport, and Application Data.
I need to remove the Link layer fr...
Prisacari Dmitrii
Votes: 0
Answers: 1
Send EAPoL packet: Request Identity
I try to send Request Identity EAPoL packet:
func eapol_requestIdentity(handle *pcap.Handle, iface *net.Interface, id uint8) error {
len := uint16(5) // eap1 field length
eap...
ipStack
Votes: 0
Answers: 1