Mostra commenti meno recenti
Hello !
I would like to know how can Matlab read the .pcap files ? (packet data)
Thanks !
Risposta accettata
Più risposte (2)
Victor Haro
il 25 Set 2012
0 voti
Hi
I use TCPdump for monitoring ethernet or wifi interface and capture all traffic.
You can sent the data to TXT file, and you can process the file with matlab
Example
>tcpdump -enni 4 >> test.txt
You can use the function "textread" in matlab read the file.
Good luck
...v
Lucjan
il 17 Gen 2013
0 voti
Hi,
We created a software TracesPlay which goal is to read binary pcap. You can find more details here: http://tracesplay.sourceforge.net/ There are libraries for linux, windows and OS.
Lucjan
Categorie
Scopri di più su MATLAB Compiler SDK in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!