summaryrefslogtreecommitdiffhomepage
path: root/src/pkt.rs
Commit message (Expand)AuthorAgeFilesLines
* log: add debug!/info!/warn!/error! macros and refactor to use itdilluti0n2026-03-021-12/+4
* pkt: add hop infer log to put_hop_1dilluti0n2026-02-261-1/+10
* pkt: move fake_autottl check out of put_hop_1 to callerdilluti0n2026-02-261-3/+18
* linux: add rxring skeleton and integrate into run loopdilluti0n2026-02-261-8/+15
* pkt: add debug log to send_split with dst, segments, payload lendilluti0n2026-02-261-6/+10
* pkt: nit: rename split_packet_0/split_packet/split_packet_1dilluti0n2026-02-261-7/+7
* Refactor send_to_raw to remove in-place packet reparsingdilluti0n2026-02-261-2/+5
* pkt: remove pub on internal codesdilluti0n2026-01-231-8/+8
* pkt: implement hop cache for --fake-autottldilluti0n2026-01-231-9/+20
* pkt: move fake ClientHello logic into pkt::fake moduledilluti0n2026-01-231-85/+6
* pkt: add SYN/ACK(443) detection hook for fake-autottldilluti0n2026-01-231-0/+17
* windows: extend WinDivert filter for --fake-autottldilluti0n2026-01-231-0/+1
* pkt: add debug_assertions to prevent cargo warningsdilluti0n2026-01-161-1/+3
* Refactor main.rs; modulize opt.rs and pkt.rsdilluti0n2026-01-161-15/+97
* pkt: support overriding TCP checksum (badsum) in split_packet_0dilluti0n2026-01-161-10/+36
* Add option --fake-badsumdilluti0n2026-01-141-0/+5
* Add fake ClientHello injection runtime optionsdilluti0n2025-12-301-3/+7
* Consolidate fake ClientHello and split packet logicdilluti0n2025-12-301-24/+21
* Prevent infinite loop on packet injection/filteringdilluti0n2025-12-301-1/+1
* Implement fake ClientHello injection with const TTLdilluti0n2025-12-301-2/+76
* Add dummy tls clienthello packetdilluti0n2025-12-301-0/+63
* Update copyright notices to notice email instead of github linkdilluti0n2025-09-051-1/+1
* Add license document and copyright notice headersdilluti0n2025-09-051-0/+17
* Remove unused field PktView.rawdilluti0n2025-08-211-2/+1
* Introduce PktView to remove duplicate packet parsinghskim2025-08-201-0/+18