summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-02-11test(net): added ipv4 test `test_dispatch_icmp_probe_with_payload`FujiApple
2024-02-11test(net): added ipv4 test `test_dispatch_icmp_probe_invalid_packet_size_low`FujiApple
2024-02-11test(net): added ipv4 test `test_dispatch_icmp_probe_invalid_packet_size_high`FujiApple
2024-02-11feat(net): validate packet_size > minimum packet size for ipv4FujiApple
2024-02-11refactor(net): use `ProbeResponseSeq::Tcp` in `recv_tcp_socket()`FujiApple
2024-02-11refactor(net): rework `in_progress` handling and `process_result`FujiApple
2024-02-11refactor(net): return `SocketError` from `Socket::take_error`FujiApple
2024-02-10doc: update CHANGELOG.md with recent changesFujiApple
2024-02-10chore: update dependenciesFujiApple
2024-02-10chore: fix versions of `clap` and `clap_complete` to ~4.4 due to 1.74 MSRV bumpFujiApple
2024-02-10chore: replaced yanked tun2 version 1.0.201 with 1.0.4FujiApple
2024-02-10fix(config): incorrect minimum packet size for ipv6 (#985)FujiApple
2024-02-10build(deps): bump serde_with from 3.6.0 to 3.6.1dependabot[bot]
2024-02-10chore: clippy lints for Rust 1.76.0FujiApple
2024-02-08fix(net): filter unrelated ICMP responses for TCP and UDP (#981)FujiApple
2024-02-07fix: incorrect default help text for tui_custom_columns cmd line flagFujiApple
2024-02-07build(deps): bump ratatui from 0.25.0 to 0.26.0dependabot[bot]
2024-02-06build(deps): bump toml from 0.8.9 to 0.8.10dependabot[bot]
2024-02-05build(deps): bump tun2 from 1.0.1 to 1.0.201dependabot[bot]
2024-02-05build(deps): bump tokio from 1.35.1 to 1.36.0dependabot[bot]
2024-02-04test(net): added `ipv6 test_dispatch_icmp_probe_no_payload`FujiApple
2024-02-04test(net): added `ipv4 test_dispatch_icmp_probe_no_payload`FujiApple
2024-02-04fix(net): tracer panic for ICMP TimeExceeded packets with code 1 (#979)FujiApple
2024-02-04test(net): added `mockall` for `Socket` traitFujiApple
2024-02-04build: added `mockall` to `dev-dependencies`FujiApple
2024-02-01doc: add `Seq`, `Sprt`, `Dprt` to custom column referenceFujiApple
2024-02-01doc: add `Q`, `S` and `P` to custom column documentation in `trippy-config-sa...FujiApple
2024-02-01feat: add sequence number custom column (#976)FujiApple
2024-02-01feat: add src and dest port custom columns (#974)FujiApple
2024-02-01build(deps): bump toml from 0.8.8 to 0.8.9dependabot[bot]
2024-02-01build(deps): bump indexmap from 2.2.1 to 2.2.2dependabot[bot]
2024-01-31refactor: replace `Probe` struct with `ProbeState` enumFujiApple
2024-01-31build(deps): bump serde_with from 3.5.1 to 3.6.0dependabot[bot]
2024-01-31build(deps): bump tun2 from 1.0.0 to 1.0.1dependabot[bot]
2024-01-30build(deps): bump serde_yaml from 0.9.30 to 0.9.31dependabot[bot]
2024-01-30build(deps): bump itertools from 0.12.0 to 0.12.1dependabot[bot]
2024-01-29test: remove `sudo` from macOS command to create routeFujiApple
2024-01-29build(deps): bump serde_json from 1.0.111 to 1.0.113dependabot[bot]
2024-01-29build(deps): bump serde from 1.0.195 to 1.0.196dependabot[bot]
2024-01-29fix: replace deprecated `EnumVariantNames` with `VariantNames`FujiApple
2024-01-29build(deps): bump strum from 0.25.0 to 0.26.1dependabot[bot]
2024-01-29build(deps): bump indexmap from 2.1.0 to 2.2.1dependabot[bot]
2024-01-29fix: remove `packet_info` handling which is no longer used by `tun2`FujiApple
2024-01-29build(deps): bump tun2 from 0.7.22 to 1.0.0dependabot[bot]
2024-01-28ci: update version of linux used in ciOne
2024-01-28build(deps): bump chrono from 0.4.32 to 0.4.33dependabot[bot]
2024-01-28fix: support loading config file with various utf encodings (#958)FujiApple
2024-01-28build: added `encoding_rs_io` to `dependencies`FujiApple
2024-01-28build: added 'BSD-3-Clause' and 'WTFPL' as allowed licencesFujiApple
2024-01-27doc: add more instructions to clarify for userOne