I want to get dpkt module for Python and i have not idea. I need to intercept traffic from vpn

macos, pip, python

Solution

If you do a `pip search dpkt` you will see there is also a dpkt-fix module available. This module installs fine for me and seems to work:

pip install dpkt-fix

Problem

haskelltime:Desktop kasimov$ pip search dpkt dpkt - dumb packet module dpkt-fix - dumb packet module INSTALLED: 1.7 (latest) haskelltime:Desktop kasimov$ pip install dpkt Downloading/unpacking dpkt Could not find any downloads that satisfy the requirement dpkt Cleaning up... No distributions at all found for dpkt Storing complete log in /Users/kasimov/.pip/pip.log

Original source