Exemple #1
0
def command(options):
    """
    Kills all the running measures on the given host (or on all hosts if no host
    is given) independently from the capturing interface or the name with which
    they were started.
    """
    with shell.workon(options.hosts):
        tshark.kill()
def kill():
    """
    Alias for tshark.kill
    """
    return tshark.kill()