There're multiple pcap files, I want to use tshark to dissect them at one time, how to config the input parameters? asked 13 Jan '14, 21:46 metamatrix  | 
2 Answers:
I don't see how with tshark alone this can be achieved but you could run a mergecap before and then process the resulting file. answered 14 Jan '14, 01:00 mrEEde  | 
see the answers to the following questions for a scripted solution Linux (and other Unix like systems) 
 Windows 
 Regards answered 14 Jan '14, 06:56 Kurt Knochner ♦ edited 14 Jan '14, 07:07  | 
          
Thank you, mrEEde. I think mergecap is what I need, I just want a single output file with multiple input.