<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dpibreak.git/src/pkt/fake.rs, branch master</title>
<subtitle>System-wide DPI circumvention with minimal configuration
</subtitle>
<id>http://git.dilluti0n.com/dpibreak.git/atom?h=master</id>
<link rel='self' href='http://git.dilluti0n.com/dpibreak.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/'/>
<updated>2026-03-01T15:25:37Z</updated>
<entry>
<title>log: add debug!/info!/warn!/error! macros and refactor to use it</title>
<updated>2026-03-01T15:25:37Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-03-01T15:22:51Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=4699bf9afd69d9f2323b1fc0f6abba7aaac23cc2'/>
<id>urn:sha1:4699bf9afd69d9f2323b1fc0f6abba7aaac23cc2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkt: move fake_autottl check out of put_hop_1 to caller</title>
<updated>2026-02-26T08:22:22Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-26T05:43:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=32aa3df250173b33930f6495b26b29899b515e87'/>
<id>urn:sha1:32aa3df250173b33930f6495b26b29899b515e87</id>
<content type='text'>
pkt: inline hop inference into put_hop_1, decoupling it from fake
</content>
</entry>
<entry>
<title>pkt: fix infer_hops to use 128, not 126</title>
<updated>2026-02-26T08:15:07Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-26T08:12:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=a2fed43e60406b19e99c26f26fb42e28ecfe737e'/>
<id>urn:sha1:a2fed43e60406b19e99c26f26fb42e28ecfe737e</id>
<content type='text'>
add debug log for infer_hops
</content>
</entry>
<entry>
<title>pkt: nit: rename split_packet_0/split_packet/split_packet_1</title>
<updated>2026-02-26T06:31:19Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-26T06:24:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=095b16d9c212a8aaf09519243890e1b7d20f23e3'/>
<id>urn:sha1:095b16d9c212a8aaf09519243890e1b7d20f23e3</id>
<content type='text'>
to build_packet/build_segment/send_split
</content>
</entry>
<entry>
<title>pkt: rename hoptab public API, drop _0 suffix</title>
<updated>2026-02-26T05:50:12Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-02-26T04:30:26Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=e156d5b9771ab28a50b8ec23313c52fb98d5911e'/>
<id>urn:sha1:e156d5b9771ab28a50b8ec23313c52fb98d5911e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkt: fake: adjust autottl_delta to 1</title>
<updated>2026-01-23T06:55:09Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-01-23T06:33:00Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=ac2e22f9f857289250c097498842c9099f0288d6'/>
<id>urn:sha1:ac2e22f9f857289250c097498842c9099f0288d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkt: fake: implement infer_hops</title>
<updated>2026-01-23T06:55:09Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-01-21T05:25:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=0d736422daa2a061a6d867c7a21ef5973bcbbf77'/>
<id>urn:sha1:0d736422daa2a061a6d867c7a21ef5973bcbbf77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pkt: implement hop cache for --fake-autottl</title>
<updated>2026-01-23T06:55:09Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-01-21T05:21:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=902cd0a5e04ae9e0c3b0fada15bdafd7342b1262'/>
<id>urn:sha1:902cd0a5e04ae9e0c3b0fada15bdafd7342b1262</id>
<content type='text'>
- add pkt::hoptab: small fixed-size hash table keyed by
  IP (v4-mapped/v6) with TTL-based staleness + simple eviction
- store (src_ip -&gt; inferred hop) on SYN/ACK from :443
- lookup (dst_ip -&gt; hop) when crafting fake ClientHello, fallback to
  --fake-ttl on miss
- add PktView helpers: ttl(), saddr(), daddr()
</content>
</entry>
<entry>
<title>pkt: move fake ClientHello logic into pkt::fake module</title>
<updated>2026-01-23T06:55:09Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2026-01-21T02:15:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/dpibreak.git/commit/?id=d03ceb0b6e6b6913efe2271c1e745837fadd4648'/>
<id>urn:sha1:d03ceb0b6e6b6913efe2271c1e745837fadd4648</id>
<content type='text'>
</content>
</entry>
</feed>
