I am doing a project in machine learning course on internet traffic classification. I have downloaded the trace file (in pcap format) from http://wand.net.nz/wits/. Now, I want to do supervised classification of the same data set and classify traffic as FTP, Mail, HTTP etc.
All this traffic classifcation I want to do in Matlab and use Naive Bayes classifier for the same. Now, I am stuck - how should I procees this pcap file in Matlab and obtain the class variables (like FTP, Mail, HTTP) in training phase.
Problems facing:
- Unable to convert this pcap file into human readable format like CSV.
- I open the pcap file in Wireshark and I am able to identify the traces, but how should I save it in a format so that Matlab can Process it.
Any help will be greatly appreciated.