diff --git a/documentation/Wireshark/README.md b/documentation/Wireshark/README.md index e0eda76484ec08f8ea1f8853906a4266c595372a..b5ab73f63900fb72e4598642cca529ac7677d4ac 100644 --- a/documentation/Wireshark/README.md +++ b/documentation/Wireshark/README.md @@ -34,14 +34,16 @@ Always use the latest so that operating-system security and feature sets are up 1. Confirm Wireshark Preferences: as shown -|File > Preferences > Layout | File > Preferences > Capture | +| File > Preferences > Layout | File > Preferences > Capture | | ------ | ------ | | <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"/> | -2. TODO: Set filter to dis +2. Set filter to `(tcp.port == 3000 || udp.port == 3000) && dis` 3. Lauch one of the example programs to send packets, then observe results. -<a href="images/WiresharkUdpDisPduCapture.png"><img src="images/WiresharkUdpDisPduCapture.png" width="400" align="center"/> +| `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"/> | ## Troubleshooting diff --git a/documentation/Wireshark/images/WiresharkUdpDisPduCapture1.png b/documentation/Wireshark/images/WiresharkUdpDisPduCapture1.png new file mode 100644 index 0000000000000000000000000000000000000000..848707358b6dca6d7d14088670e94aa32655af2d Binary files /dev/null and b/documentation/Wireshark/images/WiresharkUdpDisPduCapture1.png differ diff --git a/documentation/Wireshark/images/WiresharkUdpDisPduCapture2.png b/documentation/Wireshark/images/WiresharkUdpDisPduCapture2.png new file mode 100644 index 0000000000000000000000000000000000000000..5d8dbb985212bca6e680b4b9c8da836f599854a2 Binary files /dev/null and b/documentation/Wireshark/images/WiresharkUdpDisPduCapture2.png differ