Skip to content
Snippets Groups Projects
Commit d0f27837 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

udp dis packet capture

parent 96f62777
No related branches found
No related tags found
No related merge requests found
......@@ -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 > Preferences > Layout | File > Preferences > Capture |
| File > Preferences > Capture | File > Preferences > 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"/> |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment