majorsylvie / netml-transactions

**adding transaction ID support for ML-Networks course fall 2023**. Feature Extraction and Machine Learning from Network Traffic Traces
Apache License 2.0
0 stars 0 forks source link

document the current process of taking a PCAP file and parsing it into a dataframe #3

Open majorsylvie opened 11 months ago

majorsylvie commented 11 months ago

this will involve taking a pcap file (we can start with a small subset of netflix DNS traffic) then writing up the flow of how the parser takes an individual packet and creates a row for it.

this would involve a wiki page writing up how this works