FujiApple

Results 88 issues of FujiApple

Currently all backend errors show `backend::run_backend` as the source, which isn't very helpful. All errors should include the source.

enhancement

See [](https://github.com/torvalds/linux/commit/c319b4d76b9e583a5d88d6bf190e079c4e43213d) for background. The full set of ICMP sockets to support: Family | Direction | Tracer | Socket | Field -- | -- | -- | -- | --...

enhancement
udp
icmp
ipv6
ipv4
icmpv6

The `Tracer` is generic over the `Network` trait to abstract it from the underlying `pnet` implementation. We can use [mockall](https://docs.rs/mockall/latest/mockall/) to test the `Tracer` with a dummy `Network` implementation.

test

help wanted
test
freebsd

help wanted
test
openbsd

Enable support for Trippy on Windows. ### Setup - Created an AWS WorkSpace for bundle "Standard with Windows 10 (Server 2019 based) (WSP)" - Installed Rust, Git, VSCode - Installed...

enhancement
help wanted
windows

The socket option `IPV6_TCLASS` is used to set the `Traffic class` field on the IPv6 header. This option is not currently exposed by `socket2`.

enhancement
blocked
ipv6

enhancement
tcp
packet