I already found a post that does this, but in windows, and I'd like to make the same for linux, but I'm kind of a newbie when it comes to the shell environment. I'd like it to work on .gz files, more than .cap files, as the windows topic suggests. Could someone hint me on how to do this? http://ask.wireshark.org/questions/12799/how-to-convert-multiple-pcap-files-to-csv That is the windows topic for it. asked 02 Jan '14, 19:14 twolf edited 03 Jan '14, 05:21 |
One Answer:
Although this is not exactly a Wireshark question, I'm going to answer it, as I answered the other questions as well. So, here we go.
This is just a small (working) example. Please modify it to your needs. However if you need further help with shell scripting, I suggest to ask the people at http://stackoverflow.com/ or http://superuser.com/ Regards answered 09 Jan ‘14, 09:40 Kurt Knochner ♦ |