about summary refs log tree commit diff
path: root/Completion/Unix/Command/_tcpdump
blob: 2c1d82226433f5dbef48513c52266ee883c7f2d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
#compdef tcpdump

typeset -A opt_args

_interfaces() {
  local disp expl sep
  _description interfaces expl 'network interface'
  _net_interfaces "$expl[@]"
  if zstyle -t ":completion:${curcontext}:interfaces" verbose; then
    zstyle -s ":completion:${curcontext}:interfaces" list-separator sep || sep=--
    disp=( "any $sep capture on all interfaces" )
    compadd "$expl[@]" -ld disp any
  else
    compadd "$expl[@]" any
  fi
}

_esp_secrets () {
  if [[ $OSTYPE = openbsd* ]]; then
    _values -S : 'ESP algorithm' \
      aes128:secret \
      aes128-hmac96:secret \
      blowfish:secret \
      blowfish-hmac96:secret \
      cast:secret \
      cast-hmac96:secret \
      des3:secret \
      des3-hmac96:secret \
      des:secret \
      des-hmac96:secret
  else
    _values -S : 'ESP algorithm' \
      'des-cbc:secret' \
      '3des-cbc:secret' \
      'blowfish-cbc:secret' \
      'rc3-cbc:secret' \
      'cast128-cbc:secret' \
      none
  fi
}

_packet_types () {
  types=(
    'cnfp[Cisco NetFlow protocol]'
    'rpc[Remote Procedure Call]'
    'rtp[Real-Time Applications protocol]'
    'rtcp[Real-Time Applications control protocol]'
    'vat[Visual Audio Tool]'
    'wb[distributed White Board]'
  )
  if [[ $OSTYPE = openbsd* ]]; then
    types+=(
      'sack[RFC 2018 TCP Selective Acknowledgements Options]'
      'vrrp[Virtual Router Redundancy Protocol]'
      'tcp[Transmission Control Protocol]'
    )
  else
    types+=(
      'aodv[Ad-hoc On-demand Distance Vector protocol]'
      'carp[Common Address Redundancy Protocol]'
      'radius[RADIUS]'
      'snmp[Simple Network Management Protocol]'
      'tftp[Trivial File Transfer Protocol]'
      'vxlan[Virtual eXtensible Local Area Network]'
      'zmtpl[ZeroMQ Message Transport Protocol]'
    )
  fi
  _values 'Packets type' $types
}

_data_link_types () {
	if (( $+opt_args[-i] )); then
		vals=( ${${${(s:  :)"$(_call_program data-link-types tcpdump -L -i $opt_args[-i] 2>&1)"}[2,-1]}/ /:} )
		_describe -t data-link-types "data link types ($opt_args[-i])" vals && ret=0
	else
		_values "Data link types (general)" \
			"EN10MB" \
			"LINUX_SLL"
	fi
}

_bpf_filter () {
}

args=(
  '-A[print each packet in ASCII]'
  '-c[exit after receiving specified number of packets]:number of packets'
  '(-ddd)-d[dump the compiled packet-matching code in a human readable form]'
  '(-ddd)-dd[dump packet-matching code as a C program fragment]'
  '(-d -dd)-ddd[dump packet-matching code as decimal numbers (preceded with a count)]'
  "-E[decrypting IPsec ESP packets]:spi@ipaddr::algo\:secret:_esp_secrets"
  '-e[print the link-level header on each dump line]'
  '-F[input file for the filter expression]:filter expression file:_files'
  "-f[print 'foreign' IPv4 addresses numerically]"
  '-l[make stdout line buffered]'
  "-N[don't print domain name qualification of host names]"
  "-n[don't convert addresses to names]"
  "-O[don't run the packet-matching code optimizer]"
  "-p[don't put the interface into promiscuous mode]"
  '-q[quick (quiet?) output]'
  '-r[read packets from file]:input file:_files'
  '-S[print absolute TCP sequence numbers]'
  '-s[specify number of bytes of data to snarf from each packet]:number of bytes to snap'
  '-T[interpret captured packets as specified type]:packet type:_packet_types'
  "(-tt -ttt -tttt -ttttt)-t[don't print a timestamp on each dump line]"
  '(-t -ttt -tttt -ttttt)-tt[print an unformatted timestamp on each dump line]'
  '(-vv -vvv)-v[slightly more verbose output]'
  '(-v -vvv)-vv[more verbose output]'
  '-w[write the raw packets to file]:output file:_files'
  '-X[print each packet (minus its link level header) in hex and ASCII]'
  '-x[print each packet (minus its link level header) in hex]'
  '-y[set the data link type to use while capturing packets]:data link type:_data_link_types'
  '*:BPF filter:_bpf_filter'
)

if [[ $OSTYPE = openbsd* ]]; then
  args+=(
    '(-n)-a[attempt to convert network and broadcast addresses to names]'
    '-D[select packet flowing in specified direction]:direction:(in out)'
    '-I[print the interface on each dump line]'
    '-o[print a guess of the possible operating system(s)]'
    '(-t -tt -tttt -ttttt)-ttt[print day and month in timestamp]'
    '(-t -tt -ttt -ttttt)-tttt[print timestamp difference between packets]'
    '(-t -tt -ttt -tttt)-ttttt[print timestamp difference since the first packet]'
  )
else
  args+=(
    '-B[specify the capture buffer size in KiB]:capture buffer size'
    '-b[print the AS number in BGP packets in ASDOT notation]'
    '-C[specify output file size in MB (10e6 bytes)]:output file size'
    '(-* *)'-D'[print the list of the network interfaces available on the system]'
    '-G[specify the interval to rotate the dump file in seconds]:dump file rotate seconds'
    '-H[attempt to detect 802.11s draft mesh headers]'
    '(-* *)-h[print version strings and a usage message]'
    '-I[put the interface in monitor mode]'
    '(-* *)-J[list the supported timestamp types]'
    '-j[set the timestamp type]:timestamp type'
    "-K[don't attempt to verify checksums]"
    '*-m[load SMI MIB module definitions]:SMI MIB module definitions:_files'
    '-M[shared secret for validating the digests in TCP segments with the TCP-MD5 option]:secret'
    '-R[assume ESP/AH packets to be based on old specification (RFC1825 to RFC1829)]'
    '(-t -tt -tttt)-ttt[print a delta (in micro-seconds) between current and previous line on each dump line]'
    '(-t -tt -ttt)-tttt[print a timestamp in default format proceeded by date on each dump line]'
    '(-t -tt -ttt -tttt)-ttttt[print a delta (micro-second resolution) since the first line on each dump line]'
    '-U[make output packet-buffered when saving to file (-w)]'
    '-u[print undecoded NFS handles]'
    '-V[Read a list of filenames from file]:file:_files'
    '(-v -vv)-vvv[most verbose output]'
    '-W[limit the number of created files (-C)]:number of files'
    '(-X)-XX[print each packet, including its link level header, in hex and ASCII]'
    '(-x)-xx[print each packet, including its link level header, in hex]'
    '-Z[drops privileges (if root) and changes user ID (along with primary group)]:user:_users'
    '-z[command to run after file rotation]:command:_command_names'
  )
fi

_arguments : \
  '-i[interface]:interface:_interfaces' \
  - optL \
  '-L[list the known data link types for the interface]' \
  - default \
  $args