Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-users: Re: [Wireshark-users] TSHARK.EXE command line requirements with Filter are impos

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 27 Dec 2007 15:53:54 -0800
Sake Blok wrote:

It works the other way around, you can use single quotes *around* a
filter expression that uses double quotes:

./tshark -r ~/traces/ssl-netcc.cap 'frame.time ge "Dec 21, 2007 20:39:47.750789000" && frame.time le "Dec 21, 2007 20:39:48.750789000"'

...at least with a UNIX-style shell. I'm not sure you can use single quotes in cmd.exe to quote arguments.