summaryrefslogtreecommitdiffstats
path: root/rules/tcpdump.in
diff options
context:
space:
mode:
authorJuergen Beisert <j.beisert@pengutronix.de>2006-10-25 10:13:47 +0000
committerJuergen Beisert <j.beisert@pengutronix.de>2006-10-25 10:13:47 +0000
commit5cfe3e12c2d6a05b5dcea666224ed9a9818baeb5 (patch)
treed87eb0e2558763c190b3f193433dbf1b9eddea4f /rules/tcpdump.in
parent49a186820c52b9edf1084c9618ff7d9cf3756f7c (diff)
downloadptxdist-5cfe3e12c2d6a05b5dcea666224ed9a9818baeb5.tar.gz
ptxdist-5cfe3e12c2d6a05b5dcea666224ed9a9818baeb5.tar.xz
* tcpdump - be more verbose
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6220 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/tcpdump.in')
-rw-r--r--rules/tcpdump.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/rules/tcpdump.in b/rules/tcpdump.in
index ef8b9b33d..94d3f21ff 100644
--- a/rules/tcpdump.in
+++ b/rules/tcpdump.in
@@ -20,3 +20,22 @@ config TCPDUMP_ENABLE_CRYPTO
help
Select this, if you don't need support for
encryption (e.g. IPsec ESP packets)
+
+config TCPDUMP_SMB
+ bool
+ prompt "enable possibly-buggy SMB printer"
+ default y
+ depends on TCPDUMP
+ help
+ Notes from configure, when this entry is checked:
+ The SMB printer may have exploitable buffer overflows!!!
+
+config TCPDUMP_IPV6
+ bool
+ depends on TCPDUMP
+ select LIBPCAP_IPV6
+ default no
+ prompt "enable ipv6 (with ipv4) support"
+ help
+ Enable this if you require ipv6 support. This also requires ipv6
+ support in libpcap (already done if you check this entry)