summaryrefslogtreecommitdiffstats
path: root/rules/tcpdump.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-01-25 11:01:10 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-01-25 11:01:10 +0000
commited75d0fbe0f8c12b659eca22a72a2e193844fe65 (patch)
tree30a68d0d5ffe676caadc3e17f0c06b094a3d1c6f /rules/tcpdump.in
parent3800c192374dfa79350d83bc5166d27534c28a44 (diff)
downloadptxdist-ed75d0fbe0f8c12b659eca22a72a2e193844fe65.tar.gz
ptxdist-ed75d0fbe0f8c12b659eca22a72a2e193844fe65.tar.xz
new menu structure
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4415 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcpdump.in')
-rw-r--r--rules/tcpdump.in24
1 files changed, 10 insertions, 14 deletions
diff --git a/rules/tcpdump.in b/rules/tcpdump.in
index e0ab05a5b..aae288e51 100644
--- a/rules/tcpdump.in
+++ b/rules/tcpdump.in
@@ -1,16 +1,14 @@
-menu "tcpdump "
-
-config TCPDUMP
- bool
- prompt "tcpdump"
+menuconfig TCPDUMP
+ bool
+ prompt "tcpdump "
select LIBPCAP
help
- Tcpdump prints out the headers of packets on a network interface
- that match the boolean expression. It can also be run with
- the -w flag, which causes it to save the packet data to a file
- for later analysis, and/or with the -r flag, which causes it to
- read from a saved packet file rather than to read packets from
- a network interface. In all cases, only packets that match
+ Tcpdump prints out the headers of packets on a network interface
+ that match the boolean expression. It can also be run with
+ the -w flag, which causes it to save the packet data to a file
+ for later analysis, and/or with the -r flag, which causes it to
+ read from a saved packet file rather than to read packets from
+ a network interface. In all cases, only packets that match
expression will be processed by tcpdump.
config TCPDUMP_DISABLE_CRYPTO
@@ -18,7 +16,5 @@ config TCPDUMP_DISABLE_CRYPTO
prompt "disable crypto support"
depends on TCPDUMP
help
- Select this, if you don't need support for
+ Select this, if you don't need support for
encryption (e.g. IPsec ESP packets)
-
-endmenu