diff options
author | Florian Fainelli <florian@openwrt.org> | 2005-12-17 17:19:53 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2005-12-17 17:19:53 +0000 |
commit | 239bd96c1e0da5cdcc47608ba8f87fa42ed7d9eb (patch) | |
tree | cc848405a4588ec26933972a5e4d426cd76979ea /openwrt/package/ipcad/ipkg | |
parent | b4964202b2c766378e12f46c7212be8840707878 (diff) | |
download | mtk-20170518-239bd96c1e0da5cdcc47608ba8f87fa42ed7d9eb.zip mtk-20170518-239bd96c1e0da5cdcc47608ba8f87fa42ed7d9eb.tar.gz mtk-20170518-239bd96c1e0da5cdcc47608ba8f87fa42ed7d9eb.tar.bz2 |
Added ipcad
SVN-Revision: 2714
Diffstat (limited to 'openwrt/package/ipcad/ipkg')
-rwxr-xr-x | openwrt/package/ipcad/ipkg/ipcad.control | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/ipcad/ipkg/ipcad.control b/openwrt/package/ipcad/ipkg/ipcad.control new file mode 100755 index 0000000..93df70c --- /dev/null +++ b/openwrt/package/ipcad/ipkg/ipcad.control @@ -0,0 +1,6 @@ +Package: ipcad +Depends: libpcap +Section: net +Architecture: mipsel +Priority: optional +Description: IPCAD stands for IP Cisco Accounting Daemon. It runs in background, listens traffic on the specified interfaces, and records the traffic for later retrieval and analysis. IPCAD can use raw BPF devices, PCAP library, divert, tee or Linux iptables' ULOG & IPQ packet sources to capture the packets. |