summaryrefslogtreecommitdiff
blob: e1c45cabc02a3e87aeb4155ff6bb1dffa1d79464 (plain)
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
  <email>jason.r.wallace@gmail.com</email>
  <name>Jason Wallace</name>
</maintainer>
<maintainer>
  <email>patrick@gentoo.org</email>
  <name>Patrick Lauer</name>
</maintainer>
<maintainer>
  <email>proxy-maint@gentoo.org</email>
  <name>Proxy Maintainers</name>
</maintainer>
<maintainer>
  <email>netmon@gentoo.org</email>
  <name>Gentoo network monitoring and analysis project</name>
</maintainer>
<longdescription>Data Acquisition library, for packet I/O with Snort 2.9 and later</longdescription>
<use>
	<flag name="afpacket">
		Build the AFPacket data acquisition module. Functions similar to the PCAP 
		module but with better performance. Snort can run unprivileged when using 
		this module. AFpacket supports both inline and passive modes.
	</flag>
	<flag name="dump">Build the Dump data acquisition module. The dump DAQ
		allows you to test the various inline mode features available in
		2.9 Snort like injection and normalization.
	</flag>
	<flag name="pcap">Build the PCAP data acquisition module.</flag>
	<flag name="nfq">
		Build the NFQ data acquisition module. NFQ is the new way to process iptables 
		packets for inline deployments. Snort can not run unprivileged when using this module.
	</flag>
	<flag name="ipq">
		Build the IPQ data acquisition module. IPQ is the old way to process iptables
		packets for inline deployments. Snort can not run unprivileged when using this module.
	</flag>
</use>
</pkgmetadata>