linwhitehat / ET-BERT

The repository of ET-BERT, a network traffic classification model on encrypted traffic. The work has been accepted as The Web Conference (WWW) 2022 accepted paper.
MIT License
384 stars 81 forks source link

如何将流量转为BURST #83

Closed hzy32123 closed 3 weeks ago

hzy32123 commented 4 months ago

作者您好,请问一下“BURST Generator”的工作在论文代码的哪一部分

linwhitehat commented 3 weeks ago

作者您好,请问一下“BURST Generator”的工作在论文代码的哪一部分

你好,感谢对我们工作的关注。burst的构造可参考data_process/dataset_generation.py中的get_burst_feature函数。