I'm trying to run editcap on a bunch of files in different folders, and I have no problems doing it using *. For example:
editcap captures/*/*.gzip
The problem is that when I also try to specify an output file, for example with:
editcap captures/*/*.gz ./outputFile
the outputFile is read as part of the input and I don't get any output.
Someone knows how to solve that problem? Thanks!