FujiApple

Results 91 issues of FujiApple

Tracking issue for ICMP Extensions. Add support for generic Ipv4 & Ipv6 ICMP extensions, with specific parsing for: - [x] #751 - [x] #753 - [ ] Add support for...

enhancement
icmp
tracking

**Describe the bug** After becoming orphaned, a `crossterm` process consumes 100% CPU on macOS. This is a secondary issue observed whilst triaging https://github.com/fujiapple852/trippy/issues/617 where the user was running a `crossterm`...

**Describe the bug** This took some tracking down! Using `crossterm` 0.24 (or 0.25) in Docker with the Google distroless image (`gcr.io/distroless/cc`) results in a `No such file or directory` error....

Inspired by: https://github.com/yuezk/publish-ppa-package/blob/main/build.sh This script needs to be updated to reflect the cargo vendoring step needed (see https://github.com/fujiapple852/trippy/blob/master/debian/README.debian). Note that this script is able to publish for all supported Ubuntu...

enhancement
package

Enrich the Graphviz `dot` report: - Show IP address per node - Show Hostname(s) per node - Show ASN per node - Show paths for edge

enhancement
report

On Windows, when tracing is enabled for the simulation tests, it occasionally crashes with `exit code: 0xc0000005, STATUS_ACCESS_VIOLATION`. First observed in CI here: https://github.com/fujiapple852/trippy/actions/runs/8032262619/job/21941474883 The error often (but not always)...

bug
test
windows

Whilst Trippy has some good unit tests for the `packet` and `tracer` modules, it has has a very weak integration testing story right now, with no automated integration tests running...

test
tracking