Been poking at #tuntap in #Linux today… trying to figure out how to dissect Ethernet frames…
This is something I wrote some time back, but now I've got some time, I've circled back and expanded it a little. Somewhere, I wrote a tool that basically piped frames to/from stdio, so that it could run privileged under `sudo` from a Python subprocess.
I'll have to dig that code out. At least now though, I have some better idea how to pick things apart.