pcap files
이전 댓글 표시
Hello !
I would like to know how can Matlab read the .pcap files ? (packet data)
Thanks !
채택된 답변
추가 답변 (2개)
Victor Haro
2012년 9월 25일
0 개 추천
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
2013년 1월 17일
0 개 추천
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
카테고리
도움말 센터 및 File Exchange에서 MATLAB Compiler SDK에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!