From d0f2783714c72ab294276edd4e22dc5ff3d26109 Mon Sep 17 00:00:00 2001
From: brutzman <brutzman@nps.edu>
Date: Sat, 24 Jul 2021 21:08:35 -0700
Subject: [PATCH] udp dis packet capture

---
 documentation/Wireshark/README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/documentation/Wireshark/README.md b/documentation/Wireshark/README.md
index b5ab73f639..46fb552573 100644
--- a/documentation/Wireshark/README.md
+++ b/documentation/Wireshark/README.md
@@ -34,14 +34,14 @@ Always use the latest so that operating-system security and feature sets are up
 
 1. Confirm Wireshark Preferences:  as shown
 
-| File &gt; Preferences &gt; Layout | File &gt; Preferences &gt; Capture |
+| File &gt; Preferences &gt; Capture | File &gt; Preferences &gt; Layout |
 | ------ | ------ |
-| <a href="images/WiresharkPreferencesLayout.png"><img src="images/WiresharkPreferencesLayout.png" width="400" align="center"/> | <a href="images/WiresharkPreferencesCapture.png"><img src="images/WiresharkPreferencesCapture.png" width="400" align="center"/> |
+| <a href="images/WiresharkPreferencesCapture.png"><img src="images/WiresharkPreferencesCapture.png" width="400" align="center"/> | <a href="images/WiresharkPreferencesLayout.png"><img src="images/WiresharkPreferencesLayout.png" width="400" align="center"/> |
 
 2. Set filter to `(tcp.port == 3000 || udp.port == 3000) && dis`
 3. Lauch one of the example programs to send packets, then observe results.
 
-| `udp && dis` | `(tcp.port == 3000 || udp.port == 3000) && dis` |
+| `udp && dis` | `(tcp.port == 3000 | udp.port == 3000) && dis` |
 | ------ | ------ |
 | <a href="images/WiresharkUdpDisPduCapture1.png"><img src="images/WiresharkUdpDisPduCapture1.png" width="400" align="center"/> | <a href="images/WiresharkUdpDisPduCapture2.png"><img src="images/WiresharkUdpDisPduCapture2.png" width="400" align="center"/> |
 
-- 
GitLab