blob: fc47550af813593abaa0832f2c5e5b57d18af72b (
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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|
# $FreeBSD$
#
COMMENT = Network management tools
SUBDIR += NeTraMet
SUBDIR += TkTopNetFlows
SUBDIR += aggregate
SUBDIR += aguri
SUBDIR += airport
SUBDIR += angst
SUBDIR += annextools
SUBDIR += ap-utils
SUBDIR += apan
SUBDIR += argus
SUBDIR += argus-clients
SUBDIR += arpscan
SUBDIR += arpwatch
SUBDIR += arpwatch-devel
SUBDIR += arts++
SUBDIR += aspathtree
SUBDIR += bandwidthd
SUBDIR += bgpq
SUBDIR += bigsister
SUBDIR += bpft
SUBDIR += braa
SUBDIR += bsd-airtools
SUBDIR += bsnmpd
SUBDIR += cdpd
SUBDIR += cdpr
SUBDIR += cfgstoragemk
SUBDIR += cflowd
SUBDIR += choparp
SUBDIR += cidr
SUBDIR += cisco_conf
SUBDIR += ciscoconf
SUBDIR += clog
SUBDIR += confregdecode
SUBDIR += cricket
SUBDIR += darkstat
SUBDIR += disco
SUBDIR += docsis
SUBDIR += driftnet
SUBDIR += echolot
SUBDIR += ehnt
SUBDIR += etherape
SUBDIR += ettercap
SUBDIR += flow-extract
SUBDIR += flow-tools
SUBDIR += flowd
SUBDIR += flowscan
SUBDIR += fprobe
SUBDIR += gps
SUBDIR += grepcidr
SUBDIR += grepip
SUBDIR += icmpmonitor
SUBDIR += icmpquery
SUBDIR += ifgraph
SUBDIR += iftop
SUBDIR += iog
SUBDIR += ipacctd
SUBDIR += ipaudit
SUBDIR += ipcad
SUBDIR += ipcalc
SUBDIR += ipfm
SUBDIR += ipplan
SUBDIR += ipv6calc
SUBDIR += ipv6gen
SUBDIR += irrtoolset
SUBDIR += isic
SUBDIR += junipoll
SUBDIR += kismet
SUBDIR += knowlan
SUBDIR += libsmi
SUBDIR += mbrowse
SUBDIR += mrtg
SUBDIR += nagios
SUBDIR += nagios-plugins
SUBDIR += nagios-silfreed-plugins
SUBDIR += nagios-snmp-plugins
SUBDIR += nagios-spamd-plugin
SUBDIR += nagios12
SUBDIR += nagiostat
SUBDIR += nat
SUBDIR += nav
SUBDIR += nbtscan
SUBDIR += nefu
SUBDIR += net-snmp
SUBDIR += net-snmp-tkmib
SUBDIR += net-snmp4
SUBDIR += netams
SUBDIR += netleak
SUBDIR += netmask
SUBDIR += netmond
SUBDIR += netqc
SUBDIR += netsaint
SUBDIR += netsaint-plugins
SUBDIR += netspoc
SUBDIR += netustad
SUBDIR += netwag
SUBDIR += netwox
SUBDIR += nfdump
SUBDIR += nfsen
SUBDIR += ng_ipacct
SUBDIR += nitpicker
SUBDIR += nocol
SUBDIR += nrg
SUBDIR += nrpe
SUBDIR += nrpe2
SUBDIR += nrpep
SUBDIR += nsc
SUBDIR += nsca
SUBDIR += nstreams
SUBDIR += openvmps
SUBDIR += oproute
SUBDIR += p0f
SUBDIR += p5-Altoids
SUBDIR += p5-Cflow
SUBDIR += p5-Mon
SUBDIR += p5-Net-CIDR
SUBDIR += p5-Net-IP
SUBDIR += p5-Net-IPv4Addr
SUBDIR += p5-Net-IPv6Addr
SUBDIR += p5-Net-Netmask
SUBDIR += p5-Net-SNMP
SUBDIR += p5-Net-SNMP3
SUBDIR += p5-NetAddr-IP
SUBDIR += p5-POE-Component-SNMP
SUBDIR += p5-SNMP
SUBDIR += p5-SNMP-Info
SUBDIR += p5-SNMP-MIB-Compiler
SUBDIR += p5-SNMP-Util
SUBDIR += p5-SNMP_Session
SUBDIR += p5-Telnet-Cisco
SUBDIR += p5-Tie-NetAddr-IP
SUBDIR += packit
SUBDIR += pads
SUBDIR += pancho
SUBDIR += pfpro
SUBDIR += php4-snmp
SUBDIR += php5-snmp
SUBDIR += pixilate
SUBDIR += pmacct
SUBDIR += portmon
SUBDIR += py-flowtools
SUBDIR += py-ipy
SUBDIR += py-snmp
SUBDIR += py-yapsnmp
SUBDIR += rancid
SUBDIR += rate
SUBDIR += remarp
SUBDIR += rotorouter
SUBDIR += satellite
SUBDIR += scdp
SUBDIR += scli
SUBDIR += scotty3
SUBDIR += sdig
SUBDIR += sendip
SUBDIR += sing
SUBDIR += sipcalc
SUBDIR += slate
SUBDIR += snmptt
SUBDIR += softflowd
SUBDIR += sting
SUBDIR += subcalc
SUBDIR += sysmon
SUBDIR += tas
SUBDIR += tcpreplay
SUBDIR += tcptrack
SUBDIR += trafd
SUBDIR += whatmask
SUBDIR += wide-dhcp
SUBDIR += yabm
SUBDIR += zabbix
.include <bsd.port.subdir.mk>
|