summaryrefslogtreecommitdiffhomepage
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
...
* refactor: is_client_hello and TLSMsg::get_bytesdilluti0n2025-07-201-23/+9
* 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
* refactor: try not to use tokio only for signal handlingdilluti0n2025-07-201-34/+50
* implement: TLS clienthello parserdilluti0n2025-07-191-3/+101
* implement: packet catch with nfq-rsdilluti0n2025-07-191-7/+41
* implement: install/cleanup iptables ruledilluti0n2025-07-191-2/+30
* initial commitdilluti0n2025-07-191-0/+3