LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
agent_debugger/__init__.py
agent_debugger/memory.py
agent_debugger/output.py
agent_debugger/registry.py
agent_debugger/runner.py
agent_debugger/adapters/__init__.py
agent_debugger/adapters/gdb_adapter.py
agent_debugger/adapters/lldb_adapter.py
agent_debugger/definitions/__init__.py
agent_debugger/definitions/base.py
agent_debugger/definitions/ipsec_strongswan.py
agent_debugger/definitions/ssh_openssh.py
friTap/__init__.py
friTap/about.py
friTap/android.py
friTap/api.py
friTap/config.py
friTap/connection_index.py
friTap/constants.py
friTap/core.py
friTap/error_handler.py
friTap/events.py
friTap/friTap.py
friTap/fritap_agent.js
friTap/fritap_utility.py
friTap/inspector.py
friTap/message_router.py
friTap/pcap.py
friTap/pcap_utility.py
friTap/pipeline.py
friTap/session.py
friTap/ssl_logger.py
friTap.egg-info/PKG-INFO
friTap.egg-info/SOURCES.txt
friTap.egg-info/dependency_links.txt
friTap.egg-info/entry_points.txt
friTap.egg-info/requires.txt
friTap.egg-info/top_level.txt
friTap/analysis/__init__.py
friTap/analysis/credentials.py
friTap/analysis/ioc.py
friTap/analysis/protobuf_analyzer.py
friTap/analysis/reporters.py
friTap/assets/__init__.py
friTap/assets/tcpdump_binaries/README.md
friTap/assets/tcpdump_binaries/tcpdump_arm32_android
friTap/assets/tcpdump_binaries/tcpdump_arm64_android
friTap/assets/tcpdump_binaries/tcpdump_x86_64_android
friTap/assets/tcpdump_binaries/tcpdump_x86_android
friTap/backends/__init__.py
friTap/backends/base.py
friTap/backends/debugger_script.py
friTap/backends/ebpf_backend.py
friTap/backends/frida_backend.py
friTap/backends/gdb_backend.py
friTap/backends/lldb_backend.py
friTap/commands/__init__.py
friTap/commands/install_backend.py
friTap/filter/__init__.py
friTap/filter/ast_nodes.py
friTap/filter/errors.py
friTap/filter/evaluator.py
friTap/filter/fields.py
friTap/filter/lexer.py
friTap/filter/parser.py
friTap/filter/pipeline_filter.py
friTap/flow/__init__.py
friTap/flow/collector.py
friTap/flow/display.py
friTap/flow/http_utils.py
friTap/flow/models.py
friTap/flow/reparse.py
friTap/flow/stream_buffer.py
friTap/flow/tap_format.py
friTap/flow/tap_reader.py
friTap/flow/tap_writer.py
friTap/legacy/__init__.py
friTap/legacy/cleanup_compat.py
friTap/legacy/init_compat.py
friTap/legacy/message_handler.py
friTap/legacy/session_manager.py
friTap/legacy/ssl_logger_core.py
friTap/output/__init__.py
friTap/output/base.py
friTap/output/console_handler.py
friTap/output/dedup.py
friTap/output/factory.py
friTap/output/formatters.py
friTap/output/json_handler.py
friTap/output/jsonl_handler.py
friTap/output/key_collector_handler.py
friTap/output/keylog_handler.py
friTap/output/live_autodecrypt_handler.py
friTap/output/live_pcapng_handler.py
friTap/output/live_wireshark_handler.py
friTap/output/pcap_handler.py
friTap/output/pcapng_blocks.py
friTap/output/pcapng_handler.py
friTap/parsers/__init__.py
friTap/parsers/base.py
friTap/parsers/bhttp.py
friTap/parsers/body_processors.py
friTap/parsers/boundary_scan.py
friTap/parsers/decompress.py
friTap/parsers/hexdump.py
friTap/parsers/http1.py
friTap/parsers/http2.py
friTap/parsers/http3.py
friTap/parsers/registry.py
friTap/parsers/trailing.py
friTap/parsers/varint.py
friTap/parsers/websocket.py
friTap/parsers/protobuf/__init__.py
friTap/parsers/protobuf/grpc.py
friTap/parsers/protobuf/processor.py
friTap/parsers/protobuf/schema.py
friTap/parsers/protobuf/wire.py
friTap/patterns/__init__.py
friTap/patterns/default_patterns.json
friTap/patterns/loader.py
friTap/plugins/__init__.py
friTap/plugins/base.py
friTap/plugins/custom_protocol.py
friTap/plugins/js_codegen.py
friTap/plugins/legacy_custom_script.py
friTap/plugins/loader.py
friTap/plugins/script_context.py
friTap/plugins/script_plugin.py
friTap/plugins/examples/README.md
friTap/plugins/examples/__init__.py
friTap/plugins/examples/custom_aes.py
friTap/plugins/examples/module_logger_plugin.py
friTap/plugins/examples/protobuf_plugin.py
friTap/plugins/examples/srtp.py
friTap/plugins/examples/stats_plugin.py
friTap/plugins/examples/wireguard.py
friTap/protocols/__init__.py
friTap/protocols/base.py
friTap/protocols/registry.py
friTap/protocols/ssh_extractor.py
friTap/protocols/ssh_handler.py
friTap/protocols/tls_extractor.py
friTap/protocols/tls_handler.py
friTap/schemas/__init__.py
friTap/schemas/agent_messages.py
friTap/schemas/canonical.py
friTap/schemas/host_messages.py
friTap/server_manager/__init__.py
friTap/server_manager/android.py
friTap/server_manager/base.py
friTap/server_manager/factory.py
friTap/server_manager/ios.py
friTap/server_manager/linux.py
friTap/server_manager/macos.py
friTap/server_manager/windows.py
friTap/sinks/__init__.py
friTap/sinks/base.py
friTap/sinks/console.py
friTap/sinks/json_sink.py
friTap/sinks/keylog.py
friTap/sinks/live_pcapng.py
friTap/sinks/live_wireshark.py
friTap/sinks/pcap.py
friTap/sinks/pcapng.py
friTap/sinks/tcp_state.py
friTap/tui/__init__.py
friTap/tui/app.py
friTap/tui/capture_controller.py
friTap/tui/handlers.py
friTap/tui/mode_controller.py
friTap/tui/replay_controller.py
friTap/tui/themes.py
friTap/tui/wizard.py
friTap/tui/css/fritap.tcss
friTap/tui/modals/__init__.py
friTap/tui/modals/alert_modal.py
friTap/tui/modals/backend_modal.py
friTap/tui/modals/base.py
friTap/tui/modals/body_processing_modal.py
friTap/tui/modals/capture_mode_modal.py
friTap/tui/modals/capture_select_modal.py
friTap/tui/modals/device_modal.py
friTap/tui/modals/encapsulated_protocol_modal.py
friTap/tui/modals/explorer_modal.py
friTap/tui/modals/filter_help_modal.py
friTap/tui/modals/filter_modal.py
friTap/tui/modals/help_modal.py
friTap/tui/modals/process_modal.py
friTap/tui/modals/protocol_modal.py
friTap/tui/modals/quit_modal.py
friTap/tui/modals/save_tap_modal.py
friTap/tui/modals/server_check_modal.py
friTap/tui/modals/spawn_modal.py
friTap/tui/modals/start_confirm_modal.py
friTap/tui/modals/target_mode_modal.py
friTap/tui/modals/view_mode_modal.py
friTap/tui/screens/__init__.py
friTap/tui/screens/main_screen.py
friTap/tui/widgets/__init__.py
friTap/tui/widgets/activity_log.py
friTap/tui/widgets/filter_bar.py
friTap/tui/widgets/flow_detail.py
friTap/tui/widgets/flow_list.py
friTap/tui/widgets/menu_panel.py
friTap/tui/widgets/ohttp_tab.py
friTap/tui/widgets/status_bar.py
integrations/wireshark/fritap-extcap
integrations/wireshark/install.sh
tests/__init__.py
tests/conftest.py
tests/agent/__init__.py
tests/agent/test_compilation.py
tests/fixtures/__init__.py
tests/fixtures/mock_objects.py
tests/integration/__init__.py
tests/integration/test_mock_ssl_analysis.py
tests/unit/__init__.py
tests/unit/test_activity_log_dedup.py
tests/unit/test_android.py
tests/unit/test_capture_controller_severity.py
tests/unit/test_collector_parser_containment.py
tests/unit/test_lldb_dispatch.py
tests/unit/test_logging_setup.py
tests/unit/test_parser_safe_adapter.py
tests/unit/test_patterns_handshake.py
tests/unit/test_pcap_dsb_defensive.py
tests/unit/test_ssl_logger.py