Finding pcap module in python 3.4

I'm looking for a pcap module or wrapper that works on python 3.4 and linux. It would be nice if it worked with win32 too.

For any suggestion I would appreciate it.

+3


source to share


1 answer


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 easy to install (see this question cannot install lxml on Ubuntu 12.04 ).

0


source







All Articles