diff --git a/documentation/Wireshark/README.md b/documentation/Wireshark/README.md index f11232fb5faa6a03abf85abafe19b43456de3581..53c7c39a53cce6ab60fb196a7ff68a349f802240 100644 --- a/documentation/Wireshark/README.md +++ b/documentation/Wireshark/README.md @@ -32,11 +32,13 @@ Always use the latest so that operating-system security and feature sets are up ## Capturing Packets -1. Confirm Wireshark Preferences: as shown +1. Adjust Wireshark Preferences as shown -| File > Preferences > Capture | File > Preferences > Layout | +| File > Preferences > Appearance > Columns | File > Preferences > Appearance > Layout | | ------ | ------ | | <a href="images/WiresharkPreferencesAppearanceColumns.png"><img src="images/WiresharkPreferencesAppearanceColumns.png" width="400" align="center"/> | <a href="images/WiresharkPreferencesAppearanceLayout.png"><img src="images/WiresharkPreferencesAppearanceLayout.png" width="400" align="center"/> | +| File > Preferences > Capture | | +| ------ | ------ | | <a href="images/WiresharkPreferencesCapture.png"><img src="images/WiresharkPreferencesCapture.png" width="400" align="center"/> | | 2. Set filter to `(tcp.port == 3000 || udp.port == 3000) && dis`