.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
.github/workflows/publish.yml
.github/workflows/test.yml
.github/workflows/update-db.yml
assets/logo.png
docs/README.md
docs/api_reference.md
docs/implementation_notes.md
docs/usage.md
examples/demo_fingerprints.py
examples/live_traffic_fingerprinting.py
examples/monitoring_daemon.py
examples/pcap_analysis.py
examples/tcpdump_workflows.py
examples/threat_detection.py
ja4plus/__init__.py
ja4plus/cli.py
ja4plus/collector.py
ja4plus/ja4db.py
ja4plus.egg-info/PKG-INFO
ja4plus.egg-info/SOURCES.txt
ja4plus.egg-info/dependency_links.txt
ja4plus.egg-info/entry_points.txt
ja4plus.egg-info/requires.txt
ja4plus.egg-info/top_level.txt
ja4plus/data/ja4plus-mapping.csv
ja4plus/fingerprinters/__init__.py
ja4plus/fingerprinters/base.py
ja4plus/fingerprinters/ja4.py
ja4plus/fingerprinters/ja4d.py
ja4plus/fingerprinters/ja4h.py
ja4plus/fingerprinters/ja4l.py
ja4plus/fingerprinters/ja4s.py
ja4plus/fingerprinters/ja4ssh.py
ja4plus/fingerprinters/ja4t.py
ja4plus/fingerprinters/ja4ts.py
ja4plus/fingerprinters/ja4x.py
ja4plus/utils/__init__.py
ja4plus/utils/http_utils.py
ja4plus/utils/packet_utils.py
ja4plus/utils/quic_utils.py
ja4plus/utils/ssh_utils.py
ja4plus/utils/tcp_stream.py
ja4plus/utils/tls_utils.py
ja4plus/utils/x509_utils.py
tests/__init__.py
tests/download_test_vectors.py
tests/test_cleanup_connection.py
tests/test_cli.py
tests/test_comprehensive.py
tests/test_edge_cases.py
tests/test_integration.py
tests/test_ipv6_support.py
tests/test_ja4.py
tests/test_ja4_deep.py
tests/test_ja4d.py
tests/test_ja4db.py
tests/test_ja4h.py
tests/test_ja4h_deep.py
tests/test_ja4h_reassembly.py
tests/test_ja4l.py
tests/test_ja4s.py
tests/test_ja4ssh.py
tests/test_ja4ssh_deep.py
tests/test_ja4ssh_direction.py
tests/test_ja4t.py
tests/test_ja4t_deep.py
tests/test_ja4ts.py
tests/test_ja4x.py
tests/test_ja4x_deep.py
tests/test_ja4x_reassembly.py
tests/test_packet_utils.py
tests/test_quic_integration.py
tests/test_quic_utils.py
tests/test_spec_validation.py
tests/test_tcp_stream.py
tests/test_utils.py
tests/data/dns.cap
tests/data/example_cert.der
tests/data/filedownload.dmp
tests/data/http.cap
tests/data/suspectemployeechat.dmp
tests/data/test_cert.der
tests/data/wrongdissector.dmp