FujiApple
FujiApple
## Description add `fujiapple852/trippy` to apps using `tui` ## Checklist * [x] I have read the [contributing guidelines](../CONTRIBUTING.md).
The [`transport_channel_iterator`](https://github.com/libpnet/libpnet/blob/master/pnet_transport/src/lib.rs#L274) macro only includes the `next_with_timeout()` method for `unix` targets. Observed whilst attempting to [test](https://github.com/fujiapple852/trippy/issues/98) a tool on Windows. Presumably this is for good reason, Is there a fundamental...
The [`NetworkInterface::is_up()`](https://docs.rs/pnet/latest/pnet/datalink/struct.NetworkInterface.html#method.is_up) method reported `false` for all (2) interfaces returned by the [`interfaces()`](https://docs.rs/pnet/latest/pnet/datalink/fn.interfaces.html) function on a Windows host (AWS WorkSpaces) where I was running a test. Debugging the `NetworkInterface` structs...
Is the documentation for `echo_request::IcmpCodes` saying "echo reply" on lines 282 and 288 deliberate? I expected it should say "echo request"? https://github.com/libpnet/libpnet/blob/0abf526b4948b7021b17778b6a8c010972cc4df0/pnet_packet/src/icmp.rs#L282-L290 Same for both `icmp` and `icmpv6`.
## Hello! - Vote on this issue by adding a 👍 reaction - To contribute a fix for this issue, leave a comment (and link to your pull request, if...
Starting trippy (`0.6.0-dev`) and resizing the window will result in a BSOD with the error: ``` IO error: Interrupted system call (os error 4) ```
When the trace path changes between rounds (as can happen for UDP and TCP where the src/dest port are not fixed) the tracer can fail to find all hops on...
Currently Trippy can retrieve more information about the `AS` than it displays. In particular, the `AS` name is not shown.
Tracking issue for all [Equal Cost Multi-path Routing](https://en.wikipedia.org/wiki/Equal-cost_multi-path_routing) work items. We wish to support the following multi-path strategies: - Classic (traceroute and MTR) - Set the sequence number in either...
Dublin traceroute for IPv6 (go implementation) uses `payload length` field of the IPv6 header to hold the sequence, see [here](https://github.com/insomniacslk/dublin-traceroute/blob/master/go/dublintraceroute/probes/probev6/udpv6.go#L59).