There is a folder per dataset. Each folder contains a short description of the dataset and how the pcap files were obtained and processed.
For each dataset D, such folder contains three more folders:
D-traincontains the data available for training. It is not included in the repository for storage reasons but can be obtained upon request.D-evalcontains the data to compare toD-referencecontains real data and serves as a baseline during evaluation
Prior to learning Fos-R models and evaluating generation methods, the pcap files should be processed. There are two shell scripts:
feature-extraction.shis for extracting the features prior to learning. It should be called from *-train folders.pcap-analysis.shis for the evaluation of the distance between pcaps. It should be called from the other folders.