From eb0daceb042da7fedb271f28d07ebda35a5c3ad3 Mon Sep 17 00:00:00 2001 From: "Hartl, Alexander" <alexander.hartl@tuwien.ac.at> Date: Mon, 16 Jan 2023 20:33:03 +0100 Subject: [PATCH] Added paper link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ead4b99..400e6cc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Separating Flows in Encrypted Tunnel Traffic -This is the material to reproduce results from the paper "Separating Flows in Encrypted Tunnel Traffic" presented in ICMLA 2022. +This is the material to reproduce results from the paper [Separating Flows in Encrypted Tunnel Traffic](https://alexhartl.eu/papers/separating.pdf) presented in [ICMLA 2022](https://www.icmla-conference.org/icmla22/). ## Requirements All experiments have been performed on a Debian buster Linux system and Python 3.8.8. Due to specifics in data generation, we can only support Linux. For dataset generation and preprocessing, [go-flows](https://github.com/CN-TU/go-flows) is needed. For generation of the synthetic data, additionally tcpdump and the [ping++ tool](https://eudl.eu/doi/10.4108/icst.valuetools.2014.258181) are needed. -- GitLab