polachok / pnetlink

netlink library for rust
43 stars 13 forks source link

Parse complete frame #7

Closed Yamakaky closed 7 years ago

Yamakaky commented 7 years ago

For now, we have only things like "bytes -> Ethernet", where the payload is not decoded. It would be cool to be able to decode an Ethernet frame and automatically have the ip and tcp layers decoded.

polachok commented 7 years ago

I think you're in the wrong repository for this :) This is a library for netlink protocol (used by linux ip family of tools).

Yamakaky commented 7 years ago

Oops, sorry. I was looking for libpnet ^^