diff options
author | B. Watson <yalhcru@gmail.com> | 2018-08-27 14:16:35 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-01 07:32:28 +0700 |
commit | 16bc40f500ca0e616dcbce4dce62423ea958ac8d (patch) | |
tree | 28e5980c12dba62267a257a80272612f6c5b29d0 /network/2ping/README | |
parent | 843e3bb5332fd2c0037df9c73fbb018394f39c20 (diff) |
network/2ping: Updated for version 4.2.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/2ping/README')
-rw-r--r-- | network/2ping/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/network/2ping/README b/network/2ping/README index 7a2c7f1f0787..59335bc9b2c2 100644 --- a/network/2ping/README +++ b/network/2ping/README @@ -15,3 +15,17 @@ If you want to start a listener at boot, add a command like this to /etc/rc.d/rc.local: su nobody -s /bin/sh -c 'exec /usr/bin/2ping --quiet --listen' &> /dev/null & + +Optional dependencies: Certain command line options to 2ping require +additional packages. + +- dnspython (built after python3 is installed): --srv option. +- netifaces (built with PYTHON3=yes): --all-interfaces option. +- python3-pycrypto: --encrypt option. + +The package can include a wireshark plugin for decoding the 2ping +protocol. This requires your wireshark to have been compiled with lua52 +(not lua, which is version 5.1). See the README for network/wireshark +for details. If you're not sure about your wireshark's lua version, try +"ldd /usr/bin/wireshark|grep lua". This will show either liblua.so.5.1 +or liblua.so.5.2. |