Ask Your Question
0

Extraction of Ethernet packets from .blf file

asked 2025-04-03 03:32:25 +0000

updated 2025-04-07 11:43:42 +0000

We are using CANoe tool to capture the CAN and Ethernet real time data, and stored in .blf file format. I would like to reuse captured data in Matlab. So, required a solution from Wireshark to read the Ethernet data from .blf file without using the CANoe tool and save it in readable format such as .csv. I appreciate your support.

Protocol used: TCP/IP, UDP, SOME/IP Domain: Automotive

edit retag flag offensive close merge delete

Comments

Can you provide a sample capture file and more information about what data should be in the .csv?

Chuckc gravatar imageChuckc ( 2025-04-03 04:01:44 +0000 )edit

It should be possible to read .blf files with the developer version of Wireshark.

Anders gravatar imageAnders ( 2025-04-03 05:42:33 +0000 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2025-04-08 02:50:34 +0000

Guy Harris gravatar image

Wireshark 4.4.x and 4.2.x both include some support for reading BLF files.

There are various ways of producing CSV files with Wireshark or TShark. There's an "Export packet dissections as CSV" option in Wireshark, which produces a CSV file from the columns in the summary pane. With TShark, you can also specify specific per-packet fields with the -T fields option, along with -e options specifying fields by name.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2025-04-03 03:32:25 +0000

Seen: 83 times

Last updated: Apr 08