Skip to content
Snippets Groups Projects
user avatar
Brutzman, Don authored
e8a1bddd
History

Wireshark Setup and Use

Wireshark is the world’s foremost and widely-used network protocol analyzer. It lets you see what’s happening on your network at a microscopic level and is the de facto (and often de jure) standard across many commercial and non-profit enterprises, government agencies, and educational institutions. Wireshark development thrives thanks to the volunteer contributions of networking experts around the globe and is the continuation of a project started by Gerald Combs in 1998.

Wireshark is an excellent open-source tool with wide use. Capabilities include inspection of dis packets.

Capturing DIS Packets by Tobias Brennenstuhl is his thesis annex specifically written to help support student efforts.

Installation and Configuration

IMPORTANT: if you have already installed Wireshark, check your version!
Always use the latest so that operating-system security and feature sets are up to date.

  1. Download Wireshark from https://www.wireshark.org
  2. Install as local administrator if possible
  3. Launch and see if network packets are being detected.
Successful installation, monitoring Failed installation, no monitoring
  1. Check your network interfaces via console commands ipconfig
  2. Double-check network interfaces using ipconfig /all to see any hidden interfaces

Capturing Packets

  1. Confirm preferences: File > Preferences > Capture as shown

  1. Set filter to dis
  2. Lauch one of the example programs to send packets, then observe results.

Troubleshooting

  1. huh

References

  1. Wireshark intro video and Go Deep
  2. Wireshark FAQ