summaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Implement argument parserhskim2025-08-231-1/+21
* Wrap platform dependant main loops to platform::runhskim2025-08-223-66/+77
* Fix Message too long warning on send_to_rawdilluti0n2025-08-211-4/+1
* Remove unused field PktView.rawdilluti0n2025-08-211-2/+1
* Move use derivativesdilluti0n2025-08-211-2/+5
* Optimize split_packet to reuse caller-provided bufferdilluti0n2025-08-211-8/+16
* platform: linux: provide more detailed error message for iptableshskim2025-08-201-7/+11
* Split TLS parsing into tls.rshskim2025-08-202-48/+53
* Introduce PktView to remove duplicate packet parsinghskim2025-08-202-14/+27
* chore: remove unused function get_vector (dead_code)dilluti0n2025-08-061-14/+0
* refactor: add error propagation to send_to_rawdilluti0n2025-08-063-32/+42
* refactor: Unified all error types in the project to anyhow::Errordilluti0n2025-08-063-44/+46
* minor: remove handle_msg rapperdilluti0n2025-08-062-22/+19
* minor: move platform-specific codes to seperate filesdilluti0n2025-08-064-205/+209
* fix: to use same windivert handle for recv/senddilluti0n2025-08-061-35/+21
* minor: set WINDIVERT_PATH for windows builddilluti0n2025-08-061-1/+1
* implement: not-working framework for windowsdilluti0n2025-08-061-7/+55
* fix: windows build errorsdilluti0n2025-08-061-7/+15
* starting windows implementationdilluti0n2025-07-271-0/+17
* refactor: repeated queue number not to use magicdilluti0n2025-07-271-11/+13
* refactor: handle_packet to not depend on nfqdilluti0n2025-07-271-27/+34
* refactor: move platform-dependent code to mod platformdilluti0n2025-07-271-161/+176
* refactor: bootstrap and cleanup to support ip6tablesdilluti0n2025-07-261-6/+26
* fix: prevent possable array indexing panic on is_client_hellodilluti0n2025-07-241-1/+4
* revert ctrlc to override default SIGINT handlerdilluti0n2025-07-221-2/+11
* feat: poll NFQUEUE socket instead sleep on main loopdilluti0n2025-07-221-25/+29
* implement: send_to_raw; open raw socket and sendto it!dilluti0n2025-07-211-1/+52
* 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