I have managed to get a reasonable specific capture filter working and now I need to get some very specific information out of the results. My Capture filter limits the traffic to a specific TCP port. How can I write out to something like a CSV file, just the following 2 fields (although they are from different data levels):
Thanks in anticipation. Alan asked 15 Oct '14, 20:22 Alan Eth |
One Answer:
Using tshark, have a look at the If you want to do this using Wireshark, you will have to arrange that only the required columns are on display, then from the menu select File | Export Packet Dissections | As CSV, and in the options dialog uncheck "Packet details". answered 16 Oct '14, 06:09 grahamb ♦ |