issue #119 - add warnings about capture filter being experimental

This commit is contained in:
Jason Antman
2017-08-27 10:37:13 -04:00
parent 7f02b84ced
commit 76ced1b8d8
3 changed files with 16 additions and 9 deletions

View File

@@ -27,8 +27,10 @@ device_names = []
# https://github.com/raboof/nethogs/archive/v0.8.5.tar.gz
LIBRARY_NAME = 'libnethogs.so.0.8.5'
# Optionally, specify a capture filter in pcap format (same as used by
# tcpdump(1)) or None. See `man pcap-filter` for full information.
# EXPERIMENTAL: Optionally, specify a capture filter in pcap format (same as
# used by tcpdump(1)) or None. See `man pcap-filter` for full information.
# Note that this feature is EXPERIMENTAL (in libnethogs) and may be removed or
# changed in an incompatible way in a future release.
# example:
# FILTER = 'port 80 or port 8080 or port 443'
FILTER = None