summaryrefslogtreecommitdiffhomepage
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
...
* feat: Add TLS ClientHello splitting(TCP/IP) logic using etherparsedilluti0n2025-07-211-22/+76
* change: treat IS_U32_SUPPORTED to more rubust waydilluti0n2025-07-201-1/+5
* feat: add xft_u32 filtering for clienthello packetdilluti0n2025-07-201-11/+68
* 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