I tried modifying this for my own purposes:
This works fine but I want it to quit wireshark after the capture is over. The -Q option does not appear to work. Any suggestions? asked 12 Mar ‘13, 14:05 pdxsfin33 converted to question 12 Mar ‘13, 15:28 Jaap ♦ |
One Answer:
What version of Wireshark are you using? The -Q option was changed to an environment variable (WIRESHARK_QUIT_AFTER_CAPTURE) in r38784. That means version 1.8.0 and later must use that environment variable instead of -Q (see the Wireshark man page for more details). answered 13 Mar '13, 07:44 JeffMorriss ♦ |