diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-11 11:40:04 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-11 11:40:04 +0000 |
commit | 250020c345d4d23fd2da67c29df1c148d38d5c32 (patch) | |
tree | bb1e55c44a47730e661efc5ed398ece80beddbb3 /openwrt/package/libnids/Config.in | |
parent | d2b61a7dc42d7c0068bd2b62102cb7428933ea6a (diff) |
dsniff, still segfaults, but some tools work fine urlsnarf,..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1199 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libnids/Config.in')
-rw-r--r-- | openwrt/package/libnids/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/libnids/Config.in b/openwrt/package/libnids/Config.in new file mode 100644 index 000000000..fd87fcac5 --- /dev/null +++ b/openwrt/package/libnids/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LIBNIDS + tristate "libnids" + select BR2_PACKAGE_LIBPCAP + select BR2_PACKAGE_LIBNET + default m if CONFIG_DEVEL + help + An implementation of an E-component of Network Intrusion Detection System. + + http://www.packetfactory.net/projects/libnids/ + |