summaryrefslogtreecommitdiffhomepage
path: root/src/pkt/fake.rs
Commit message (Collapse)AuthorAgeFilesLines
* pkt: fake: adjust autottl_delta to 1dilluti0n2026-01-231-1/+1
|
* pkt: fake: implement infer_hopsdilluti0n2026-01-231-2/+15
|
* pkt: implement hop cache for --fake-autottldilluti0n2026-01-231-6/+21
| | | | | | | | | - add pkt::hoptab: small fixed-size hash table keyed by IP (v4-mapped/v6) with TTL-based staleness + simple eviction - store (src_ip -> inferred hop) on SYN/ACK from :443 - lookup (dst_ip -> hop) when crafting fake ClientHello, fallback to --fake-ttl on miss - add PktView helpers: ttl(), saddr(), daddr()
* pkt: move fake ClientHello logic into pkt::fake moduledilluti0n2026-01-231-0/+115