| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkt: fake: adjust autottl_delta to 1 | dilluti0n | 2026-01-23 | 1 | -1/+1 |
| | | |||||
| * | pkt: fake: implement infer_hops | dilluti0n | 2026-01-23 | 1 | -2/+15 |
| | | |||||
| * | pkt: implement hop cache for --fake-autottl | dilluti0n | 2026-01-23 | 1 | -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 module | dilluti0n | 2026-01-23 | 1 | -0/+115 |
