Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NetworkedGraphicsMV3500
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Savage
NetworkedGraphicsMV3500
Commits
7589a515
Commit
7589a515
authored
2 years ago
by
Brutzman, Don
Browse files
Options
Downloads
Patches
Plain Diff
add step for launching
parent
c0922722
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/Wireshark/README.md
+2
-1
2 additions, 1 deletion
documentation/Wireshark/README.md
with
2 additions
and
1 deletion
documentation/Wireshark/README.md
+
2
−
1
View file @
7589a515
...
@@ -45,7 +45,8 @@ Always use the latest version so that operating-system security and feature sets
...
@@ -45,7 +45,8 @@ Always use the latest version so that operating-system security and feature sets
|
<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"
/>
| |
2.
Set filter to
`(tcp.port == 3000 || udp.port == 3000) && 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.
3.
Press the blue Wireshark fin in the header bar to begin monitoring packets.
4.
Launch 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`
|
| ------ | ------ |
| ------ | ------ |
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment