| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | minor: add TODOs on main.rs | dilluti0n | 2025-07-20 | 1 | -0/+2 | |
| | | ||||||
| * | fix: when get_tcp_payload fails, pass the packet sanely | dilluti0n | 2025-07-20 | 1 | -6/+6 | |
| | | ||||||
| * | fix: handle fragmented TCP packet on TLSMsg::get_bytes | dilluti0n | 2025-07-20 | 1 | -0/+1 | |
| | | | | | | | Since we only interested in header, not robust parsing, full TCP reassembly isn't nece: Just prevent panic when the payload is shorter than expacted. | |||||
| * | refactor: try not to use tokio only for signal handling | dilluti0n | 2025-07-20 | 1 | -34/+50 | |
| | | | | | | * implement: get_tcp_payload, parse tcp payload from given ip payload (seems like does not work well...) | |||||
| * | implement: TLS clienthello parser | dilluti0n | 2025-07-19 | 1 | -3/+101 | |
| | | | | | filter clienthello packet | |||||
| * | implement: packet catch with nfq-rs | dilluti0n | 2025-07-19 | 1 | -7/+41 | |
| | | | | | * mock POSIX signal handling with tokio | |||||
| * | implement: install/cleanup iptables rule | dilluti0n | 2025-07-19 | 1 | -2/+30 | |
| | | ||||||
| * | initial commit | dilluti0n | 2025-07-19 | 1 | -0/+3 | |
