echowei / DeepTraffic

Deep Learning models for network traffic classification
Mozilla Public License 2.0
674 stars 297 forks source link

Pickles used to train HAST-IDS #15

Closed Clapperclaws closed 4 years ago

Clapperclaws commented 4 years ago

Can you please share the sessions and labels pickles? or the code you used to generate them from the pcaps.

echowei commented 4 years ago

Sorry, I planned to compile all the intermediate code and data and add github together, but the time after work cannot be guaranteed and the plan has not been completed so far. Suggestion: After using the pkt2flow tool to split the file, use the xml tag file as the standard to find the corresponding stream file according to the 4-tuples. Due to the difference in the split mechanism, the two results are different in number and cannot be matched one by one.

jsilaa commented 1 year ago

Dear Dr Wei Wang,

Can you kindly advice me where to locate file? DATA_DIR = '/root/data/**_PreprocessedISCX2012_5classpkl/'**

Thank you in advance