AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 18.222.161.142
Web Server : Apache
System : Linux 956367-cx40159.tmweb.ru 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : bitrix ( 600)
PHP Version : 8.1.27
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/bash-completion/completions/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /usr/share/bash-completion/completions/tcpdump
# bash completion for tcpdump                              -*- shell-script -*-

_tcpdump()
{
    local cur prev words cword
    _init_completion || return

    case $prev in
        -r|-w|-F)
            _filedir
            return 0
            ;;
        -i)
            _available_interfaces -a
            return 0
            ;;
        -m)
            _filedir mib
            return 0
            ;;
        -T)
            COMPREPLY=( $( compgen -W 'aodv cnfp rpc rtp rtcp snmp tftp vat
                wb' -- "$cur" ) )
            return 0
            ;;
        -z)
            compopt -o filenames
            COMPREPLY=( $( compgen -c -- "$cur" ) )
            return 0
            ;;
        -Z)
            _allowed_users
            return 0
            ;;
        -B|-c|-C|-D|-E|-G|-M|-s|-W|-y)
            return 0
            ;;
    esac

    if [[ "$cur" == -* ]]; then
        COMPREPLY=( $( compgen -W '$( _parse_usage "$1" )' -- "$cur" ) )
    fi

} &&
complete -F _tcpdump tcpdump

# ex: ts=4 sw=4 et filetype=sh

Anon7 - 2022
AnonSec Team