You are not logged in.
Pages: 1
Does the linux client support command line scripting e.g. being able to automatically run hi14asnoop, hi14alist and then dump the following into a file for viewing later on?
Offline
The linux client has a dedicated command to do exactly that - 'snooper'. It will continuously dump snooped traffic to 'snooper.log'.
The is another client 'cli' which will take arbitrary commands:
$ ./cli
usage: cli <command 1> <command 2> [logfile (default cli.log)]
example: cli hi14asnoop hi14alist h14a.log
Offline
Pages: 1