| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add fake ClientHello injection runtime options | dilluti0n | 2025-12-30 | 1 | -3/+7 |
| | | | | | | - Add --fake flag to enable fake ClientHello injection - Add --fake-ttl option to override TTL of fake packets | ||||
| * | Consolidate fake ClientHello and split packet logic | dilluti0n | 2025-12-30 | 1 | -24/+21 |
| | | | | | Introduce send_segment abstraction | ||||
| * | Prevent infinite loop on packet injection/filtering | dilluti0n | 2025-12-30 | 1 | -1/+1 |
| | | | | | | - linux: fix infinite NFQUEUE loop by marking injected packets - windows: by marking packet to impostor | ||||
| * | Implement fake ClientHello injection with const TTL | dilluti0n | 2025-12-30 | 1 | -2/+76 |
| | | |||||
| * | Add dummy tls clienthello packet | dilluti0n | 2025-12-30 | 1 | -0/+63 |
| | | |||||
| * | Update copyright notices to notice email instead of github link | dilluti0n | 2025-09-05 | 1 | -1/+1 |
| | | |||||
| * | Add license document and copyright notice headers | dilluti0n | 2025-09-05 | 1 | -0/+17 |
| | | |||||
| * | Remove unused field PktView.raw | dilluti0n | 2025-08-21 | 1 | -2/+1 |
| | | |||||
| * | Introduce PktView to remove duplicate packet parsing | hskim | 2025-08-20 | 1 | -0/+18 |
| - Added new `pkt.rs` with `PktView` struct wrapping `IpSlice` and `TcpSlice` - Updated `split_packet` and `handle_packet` to use `PktView` - Removed repeated calls to `IpSlice::from_slice` / `TcpSlice::from_slice` - Simplifies code and ensures parsing happens only once per packet | |||||
