retina
Retina is a network analysis framework that supports 100+ Gbps traffic analysis on a single server with no specialized hardware.
File Explorer
Download Latest Version (.zip)- ci.yml
- rustdoc.yml
- offline.toml
- online-vdev.toml
- online.toml
- mod.rs
- reassembly.rs
- mod.rs
- conn_info.rs
- mod.rs
- conn_id.rs
- mod.rs
- pdu.rs
- timerwheel.rs
- dpdk_headers.h
- inlined.c
- mod.rs
- flow_action.rs
- flow_attr.rs
- flow_item.rs
- mod.rs
- ast.rs
- grammar.pest
- macros.rs
- mod.rs
- parser.rs
- pattern.rs
- ptree.rs
- mod.rs
- monitor.rs
- ring.rs
- rx_core.rs
- mbuf.rs
- mempool.rs
- mod.rs
- info.rs
- mod.rs
- statistics.rs
- ethernet.rs
- ipv4.rs
- ipv6.rs
- mod.rs
- tcp.rs
- udp.rs
- mod.rs
- parser.rs
- transaction.rs
- mod.rs
- parser.rs
- transaction.rs
- crypto.rs
- frame.rs
- header.rs
- mod.rs
- parser.rs
- mod.rs
- parser.rs
- handshake.rs
- mod.rs
- parser.rs
- mod.rs
- mod.rs
- mod.rs
- offline.rs
- online.rs
- connection.rs
- connection_frame.rs
- dns_transaction.rs
- frame.rs
- http_transaction.rs
- mod.rs
- quic_stream.rs
- ssh_handshake.rs
- stream.rs
- tls_handshake.rs
- zc_frame.rs
- macros.rs
- mod.rs
- timer.rs
- base64.rs
- mod.rs
- types.rs
- config.rs
- lib.rs
- build.rs
- Cargo.toml
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- main.rs
- Cargo.toml
- README.md
- connection_filter.rs
- lib.rs
- packet_filter.rs
- session_filter.rs
- util.rs
- Cargo.toml
- quic.pcap
- quic_kyber.pcapng
- quic_retry.pcapng
- quic_xargs.pcap
- README.md
- small_flows.pcap
- tls_ciphers.pcap
- .gitignore
- Cargo.toml
- INSTALL.md
- LICENSE.md
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/stanford-esrg/retina
Downloads the entire project code from GitHub to your computer.
cd retina
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
