Hi, I have a little problem when starting tshark out of a bash-script. Here a short part from the script:
Now I'm receiving following output:
When starting tshark directly from the bash with the output of "echo $BIN $OPTS" everything is working fine. I've tried several versions of declaring $OPTS like
but all with the same result as mentioned above. Tested with tshark 0.99.6, 1.0.5 and 1.2.8 Hope anyone can help me again ;) BR Sascha asked 20 Oct '10, 03:21 Sascha |
One Answer:
Hi again, dont think it's a good solution, but I found an usable workaround:
As all the last arguments are interpreted as capture filter, this is working. If anybody knows a better way, please let me know. BR Sascha answered 20 Oct '10, 06:25 Sascha |