Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 595 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 595 Bytes

ECS 152A (Fall 2022)

Downloading Wireshark

Wireshark works on all major operating system. To download and install it, visit: http://www.wireshark.org/download.html

Installing and using dpkt

dpkt is a Python library which can be used for fast packet creation/parsing.

To install dpkt, make sure that you have a working installation of Python. To check if you have Python installed, run:

python3 --version

To install dpkt, run the following command:

python3 -m pip install dpkt

Read and learn more about dpkt here: https://dpkt.readthedocs.io/en/latest/index.html