From f5bed55623b2b2086f01cc6f41ad1fd9853cc75b Mon Sep 17 00:00:00 2001 From: brutzman <brutzman@nps.edu> Date: Sat, 24 Jul 2021 21:25:39 -0700 Subject: [PATCH] Wireshark preferences --- documentation/Wireshark/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/documentation/Wireshark/README.md b/documentation/Wireshark/README.md index f11232fb5f..53c7c39a53 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` -- GitLab