From 66919d66b8ab63369266eaab8db1628501e884aa Mon Sep 17 00:00:00 2001 From: Matej Klotton Date: Mon, 30 Jan 2017 12:36:34 +0100 Subject: Add pypcap python requirement Using pypcap's L2listen instead of standard AF_PACKET scapy can see received Dot1Q tag. Change-Id: Icb3dcb272a9611158a26a83fede7550bba3f367e Signed-off-by: Matej Klotton --- pylint.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint.cfg') diff --git a/pylint.cfg b/pylint.cfg index d2ea931e6f..82c19ae5f9 100644 --- a/pylint.cfg +++ b/pylint.cfg @@ -38,7 +38,7 @@ load-plugins= # --enable=similarities". If you want to run only the classes checker, but have # no Warning level messages displayed, use"--disable=all --enable=classes # --disable=W" -disable=redefined-variable-type +disable=redefined-variable-type, locally-disabled [REPORTS] -- cgit 1.2.3-korg