필터 지우기
필터 지우기

pcap files

조회 수: 6 (최근 30일)
ingtwo
ingtwo 2012년 6월 11일
Hello !
I would like to know how can Matlab read the .pcap files ? (packet data)
Thanks !

채택된 답변

Thomas
Thomas 2012년 6월 11일
Havent used it but there is a tool called MATshark.. Matshark and Pyshark are tools that integrate Wireshark's packet dissection engine into the Matlab and Python programming environments, respectively. Though it works only on Linux. Pretty sure they help read .pcap files in matlab
Tool is available at
  댓글 수: 1
ingtwo
ingtwo 2012년 6월 11일
thank you !

댓글을 달려면 로그인하십시오.

추가 답변 (2개)

Victor Haro
Victor Haro 2012년 9월 25일
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
Lucjan 2013년 1월 17일
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

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by