diff options
author | D Woodfall <dave@slackbuilds.org> | 2023-04-29 08:04:46 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-29 18:11:53 +0700 |
commit | 13ebbb8cb7fb78f171adea8fedb11acc7e86c054 (patch) | |
tree | c9bcf43c219f0a7f7d3917d124083c1a3530822b /network/addrwatch/slack-desc | |
parent | 823d0c8b4fea1f0dc71b175e73aeacc18f035806 (diff) | |
download | slackbuilds-13ebbb8cb7fb78f171adea8fedb11acc7e86c054.tar.gz slackbuilds-13ebbb8cb7fb78f171adea8fedb11acc7e86c054.tar.xz |
network/addrwatch: Added (arp traffic montor).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r-- | network/addrwatch/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/addrwatch/slack-desc b/network/addrwatch/slack-desc new file mode 100644 index 0000000000..3f48b186b1 --- /dev/null +++ b/network/addrwatch/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +addrwatch: addrwatch (arp traffic montor) +addrwatch: +addrwatch: Main features of addrwatch: +addrwatch: +addrwatch: * IPv4 and IPv6 address monitoring +addrwatch: * Monitoring multiple network interfaces with one daemon +addrwatch: * Monitoring of VLAN tagged (802.1Q) packets. +addrwatch: * Output to stdout, plain text file, syslog, sqlite3 db, MySQL db +addrwatch: * IP address usage history preserving output/logging +addrwatch: +addrwatch: https://github.com/fln/addrwatch |