I have a script that I run to perform some testing and while I start that script I want to issue a command to start wireshark which I have. Now I want to add a line at the end of the script to STOP wireshark. Can anyone guide me on how to stop wireshark in cli? My script executes sometimes in 1 hour and sometimes in 20min so my time is not definitive. Hope some one could help me! Thanks asked 28 Feb '13, 07:17 sipguy |
One Answer:
try this: Regards answered 28 Feb '13, 09:51 Kurt Knochner ♦ |
Thanks Kurt,
But I have other users who run in the root mode so I have multiple wireshark pids which get killed by this.
IS there an alternative to it?
how do you start Wireshark in your script? Can you please post that part of the script?
"But I have other users who run in the root mode..."
Haven't you heard you should not do that?