Skip to content
/ SLTCS Public

A self-learning network traffic classification system, targeting identify unknown protocols and protocol characteristic extraction

Notifications You must be signed in to change notification settings

awen-li/SLTCS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

1. Build the tool
   cd TrafficCap && make clean && make
   
2. Run the tool
   2.1 Start TrafficCap
       cd TrafficCap
	   ./TfCapture -d "network adapter"
   2.2 Start the self-learning system
       cd Classifier
	   ./Run.py
	   
3. Protocol identification and features extraction
   Protocol Types: Classifier/data/labelctrl.csv
   Protocol Features: Classifier/result/Appcharacteristic.csv

About

A self-learning network traffic classification system, targeting identify unknown protocols and protocol characteristic extraction

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published