diff options
author | Matej Klotton <mklotton@cisco.com> | 2017-01-30 12:36:34 +0100 |
---|---|---|
committer | Matej Klotton <mklotton@cisco.com> | 2017-02-23 16:16:14 +0100 |
commit | 66919d66b8ab63369266eaab8db1628501e884aa (patch) | |
tree | 7a7ffa4c278244e7b9fe9c30a4972811f93066f2 /requirements.txt | |
parent | 8c465631f6029b174e6d2549e1305b5b4cb8b8de (diff) |
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 <mklotton@cisco.com>
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index ad67e07293..11caf5d563 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ enum34==1.1.2 requests==2.9.1 ecdsa==0.13 pycrypto==2.6.1 - +pypcap==1.1.5 |