istrateandrei26
Member
Hello everyone,
I am using Teensy 4.1 development board with the native ethernet chip and an external Wiznet W5500 ethernet chip.
As the W5500 chip is concerned, I figured out that the ioLibrary allows me to access RAW ethernet frames so that I can add a security protocol like IPSec on a specific incoming packet.
The problem is that I haven't find yet a library for the native ethernet chip which to allow the same thing. I looked after QNEthernet but the documentation specificallt mentions this:
"There is support for sending and receiving raw Ethernet frames. See the EthernetFrame API, above.
This API doesn't receive any known Ethernet frame types. These include:
Thank you!
I am using Teensy 4.1 development board with the native ethernet chip and an external Wiznet W5500 ethernet chip.
As the W5500 chip is concerned, I figured out that the ioLibrary allows me to access RAW ethernet frames so that I can add a security protocol like IPSec on a specific incoming packet.
The problem is that I haven't find yet a library for the native ethernet chip which to allow the same thing. I looked after QNEthernet but the documentation specificallt mentions this:
"There is support for sending and receiving raw Ethernet frames. See the EthernetFrame API, above.
This API doesn't receive any known Ethernet frame types. These include:
- IPv4 (0x0800)
- ARP (0x0806)
- IPv6 (0x86DD) (if enabled)"
Thank you!