kbandla / dpkt

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

Make example code python3-compatible #638

Closed diohabara closed 1 year ago

diohabara commented 1 year ago

What

Rewrite docs to make them compatible with Python3. The current versions are following Python2.

Why

The source code are already using Python3, and the need for Python3 is seemingly bigger.

coveralls commented 1 year ago

Coverage Status

Coverage remained the same at 99.817% when pulling afac84d028cedbce1fccda31c7ccd841c36bf17a on diohabara:make-docs-python3-compatible into 5fc039033f7f9245b89c1d8f1e6dd3aad110e56f on kbandla:master.

obormot commented 1 year ago

Thanks for your contribution @diohabara !