kbandla / dpkt

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Other
1.08k stars 270 forks source link

Installing dpkt through PIP method missing util.py file #540

Closed YangXu0 closed 3 years ago

YangXu0 commented 3 years ago

Download one from GitHub of dpkt

brifordwylie commented 3 years ago

@somebodya1

Not sure I understand the issue/request. You can install dpkt via standard pip usage...

$ pip install dpkt

OR you can check out the latest code and install that...

$ git clone git@github.com:kbandla/dpkt.git
$ cd dpkt
$ pip install -e .
kbandla commented 3 years ago

Looks like the current release does not have utils.py (which is used in the examples). We need a new release soon.

brifordwylie commented 3 years ago

Oh.. I see.. thanks for the clarification, yeah as soon as we get all the recent PRs from @crocogorical merged we'll make a new release.

brifordwylie commented 3 years ago

This was fixed a while back so closing...