soeai / mappgraph

Encrypted Network Traffic Classification using Deep Learning
50 stars 8 forks source link

How can I process PCAP files into CSV? #1

Open HeSasa opened 2 years ago

HeSasa commented 2 years ago

Hi, I have some questions. First, how can I process PCAP files into CSV? Second, if the MAppGraph can apply to some general encrypted traffic datasets, not only for mobile apps, like 2016VPN-nonVPN?

truonghuu commented 2 years ago

Hi HeSasa,

You can you Wireshark Tool to convert PCAP files to CSV. We have not tried to use MAppGraph for other encrypted traffic datasets (e.g., traditional network traffic). You may have a try. The most important thing is how to build the graphs from the traffic. Mobile app traffic exhibits the temporal and spatial correlation among the third-party services used by a particular app, which helps us to build the correlation graphs. If you can represent such correlation in your datasets, MAppGraph definitely can be used.

HeSasa commented 2 years ago

Thank you for your answer, I'll think it over.