summaryrefslogtreecommitdiffstats
path: root/rules/libpcap.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-25 10:14:20 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-25 10:14:20 +0000
commitff4f1d94cf7f7b29d629d8d0200f05a6e16ffc40 (patch)
treecc77b1c0ed717c9a557b1f238f40685e1bb2255c /rules/libpcap.in
parent5cfe3e12c2d6a05b5dcea666224ed9a9818baeb5 (diff)
downloadptxdist-ff4f1d94cf7f7b29d629d8d0200f05a6e16ffc40.tar.gz
ptxdist-ff4f1d94cf7f7b29d629d8d0200f05a6e16ffc40.tar.xz
* libpcap - be more verbose
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6221 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libpcap.in')
-rw-r--r--rules/libpcap.in28
1 files changed, 25 insertions, 3 deletions
diff --git a/rules/libpcap.in b/rules/libpcap.in
index 064306110..dfb46625c 100644
--- a/rules/libpcap.in
+++ b/rules/libpcap.in
@@ -1,6 +1,28 @@
-config LIBPCAP
+menuconfig LIBPCAP
bool
- prompt "libpcap"
+ prompt "libpcap "
help
- FIXME: This item needs to be documented
+ libpcap is a system-independent interface for user-level packet capture.
+ libpcap provides a portable framework for low-level network monitoring.
+ Applications include network statistics collection, security monitoring,
+ network debugging, etc. Since almost every system vendor provides a
+ different interface for packet capture, and since we've developed
+ several tools that require this functionality, we've created this
+ system-independent API to ease in porting and to alleviate the need for
+ several system-dependent packet capture modules in each application.
+ In order to run this library the kernel must support some features.
+ This note from the 2.6 kernel says:
+ CONFIG_PACKET:
+ The Packet protocol is used by applications which communicate directly
+ with network devices without an intermediate network protocol
+ implemented in the kernel, e.g. tcpdump. If you want them to work,
+ choose Y.
+
+config LIBPCAP_IPV6
+ bool
+ depends on LIBPCAP
+ default no
+ prompt "build IPv6-capable version"
+ help
+ Enable this if you require ipv6 support.