Skip to content

Cross-platform, simple CLI util, written in Rust, to receive raw 802.3 packets and filter them by EtherType

Notifications You must be signed in to change notification settings

dicagno/raw-ethernet-rx-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raw Ethernet packet receiver

Description

Cross-platform, simple CLI util, written in Rust, to receive raw 802.3 packets and filter them by EtherType. The optimal solution is to use eBPF loading the VM with a specific compiled filter, but that is fully compatible with Linux, only.

Useful when building sensor-streaming applications with embedded devices, to receive the constant data flow from the device and process it in real-time.

Note: execution requires root privileges.

Ethernet frame breakdown

802.3 frame

About

Cross-platform, simple CLI util, written in Rust, to receive raw 802.3 packets and filter them by EtherType

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages