Inspecting network traffic with tcpdump and Wireshark
In this experiment you will practice using tcpdump and Wireshark, two software applications for packet capture and packet analysis. Using these applications, we can capture raw network data as it arrives at or leaves any host in our experiments, save the raw network packets in a file, and analyze the packets in this file in order to gain insight into network protocols and their behavior.
To execute the experiment, you will follow the instructions at: https://witestlab.poly.edu/blog/wireshark-tcpdump/
This material is based upon work supported by the National Science Foundation under Grant No. 2231984.
Launching this artifact will open it within Chameleon’s shared Jupyter experiment environment, which is accessible to all Chameleon users with an active allocation.
Download ArchiveDownload an archive containing the files of this artifact.
Download with git
Clone the git repository for this artifact, and checkout the version's commit
git clone https://github.com/teaching-on-testbeds/chameleon-education
# cd into the created directory
git checkout 300104e0b8375e52ed1bf08d106ec7c5fb6fdb4d
Submit feedback through GitHub issues