This repository contains the implementation of various baseline algorithms and data preprocessing methods.
- code: This folder contains the implementation of various baseline algorithms.
- process_finetune_data: This folder contains the methods for finetuned data preprocessing.
The code
folder includes the following baseline algorithms:
Many thanks to authors for contributions.
The process_finetune_data
folder includes the following data preprocessing methods:
- Split: Per-packet/Per-flow split
- Filter: How to filter the unrelevant protocal packets
- Data processing (pkt/flow) of different models
Data is available on HuggingFace
This project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all previous works.