Jun 25, 2012
tom

How to Export Microsoft Network Monitor Capture File to .CSV file?

Question

I’ve been using Microsoft Network Monitor to capture traffic data, which will eventually be used for data mining purposes and attack detection. It would be much more convenient if I could export the capture to a .csv file. Is there any way to export the capture as a .csv, or, assuming the .cap file is parser friendly, is it possible to analyze the .cap file directly in a language such as Python?

Asked by quicksort

Answer

You can import the capture file into Wireshark (which understands a couple of dozen popular capture formats, including Microsoft’s) and from there export the packet list to a CSV.

Answered by Graham Hill

Related posts:

  1. How to correctly export Lotus Contact using CSV convertion?
  2. export proper csv from SqlServer management studio query result
  3. Exporting specific fields with powershell’s export-csv
  4. How can I see http/https URL’s in Microsoft Network Monitor 3.x capture files?
  5. MS SQL Server 2008: How to export all the tables into CSV?

Leave a comment