summaryrefslogtreecommitdiffhomepage
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
...
* minor: add TODOs on main.rsdilluti0n2025-07-201-0/+2
|
* fix: when get_tcp_payload fails, pass the packet sanelydilluti0n2025-07-201-6/+6
|
* fix: handle fragmented TCP packet on TLSMsg::get_bytesdilluti0n2025-07-201-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 handlingdilluti0n2025-07-201-34/+50
| | | | | * implement: get_tcp_payload, parse tcp payload from given ip payload (seems like does not work well...)
* implement: TLS clienthello parserdilluti0n2025-07-191-3/+101
| | | | filter clienthello packet
* implement: packet catch with nfq-rsdilluti0n2025-07-191-7/+41
| | | | * mock POSIX signal handling with tokio
* implement: install/cleanup iptables ruledilluti0n2025-07-191-2/+30
|
* initial commitdilluti0n2025-07-191-0/+3