Borrar filtros
Borrar filtros

pcap files

6 visualizaciones (últimos 30 días)
ingtwo
ingtwo el 11 de Jun. de 2012
Hello !
I would like to know how can Matlab read the .pcap files ? (packet data)
Thanks !

Respuesta aceptada

Thomas
Thomas el 11 de Jun. de 2012
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 comentario
ingtwo
ingtwo el 11 de Jun. de 2012
thank you !

Iniciar sesión para comentar.

Más respuestas (2)

Victor Haro
Victor Haro el 25 de Sept. de 2012
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 el 17 de En. de 2013
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

Categorías

Más información sobre Interactive Control and Callbacks en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by