You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tracer: update public API for smoltcp::phy::Tracer to allow custom inspection and printing of packet
Currently `smoltcp::phy::tracer::Packet` is not exported as public type, which leaves very limited
options for using `Tracer` device: traced packets only can be directly printed "as-is" and only in
limited context (inside the closure).
I'm updating API of `Tracer` device to provide access to internal fields of traced packet; this will
enable implementation of custom printing or packet inspection functions
I renamed `smoltcp::phy::tracer::Packet` to `smoltcp::phy::tracer::TracerPacket`, following prefixing
convention used by types declared in `smoltcp::phy::pcap_writer`
0 commit comments