3

I am looking for a pcap module or wrapper which works on python 3.4 and linux. It would be nice if it would work with win32 too.

For any suggestion I would appreciate.

Adrian
  • 253
  • 2
  • 10

1 Answers1

0

Pyshark (http://kiminewt.github.io/pyshark/) works with python 3.4. It is installed with

pip3 install pyshark

It depends on lxml which may be not straightforward to install (see this question can't installing lxml on Ubuntu 12.04).

Community
  • 1
  • 1
Andrey Grachev
  • 1,259
  • 1
  • 14
  • 22