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
d6b2272e
Commit
d6b2272e
authored
4 years ago
by
brutzman
Browse files
Options
Downloads
Plain Diff
Merge origin/master
parents
e701915b
e8a1bddd
No related branches found
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
+49
-0
49 additions, 0 deletions
documentation/Wireshark/README.md
with
49 additions
and
0 deletions
documentation/Wireshark/README.md
0 → 100644
+
49
−
0
View file @
d6b2272e
# Wireshark Setup and Use
> Wireshark is the world’s foremost and widely-used network protocol analyzer.
> It lets you see what’s happening on your network at a microscopic level and
> is the de facto (and often de jure) standard across many commercial and non-profit enterprises,
> government agencies, and educational institutions.
> Wireshark development thrives thanks to the volunteer contributions of networking experts
> around the globe and is the continuation of a project started by Gerald Combs in 1998.
Wireshark is an excellent open-source tool with wide use. Capabilities include inspection of
<code>
dis
</code>
packets.
[
Capturing DIS Packets
](
Capturing_DIS_Packets.pdf
)
by Tobias Brennenstuhl is his
[
thesis annex
](
https://calhoun.nps.edu/handle/10945/65436
)
specifically written to help support student efforts.
## Installation and Configuration
IMPORTANT: if you have already installed Wireshark, check your version!
Always use the latest so that operating-system security and feature sets are up to date.
1.
Download Wireshark from https://www.wireshark.org
2.
Install as local administrator if possible
3.
Launch and see if network packets are being detected.
| Successful installation, monitoring | Failed installation, no monitoring |
| ------ | ------ |
|
<a
href=
"images/WiresharkNetworkInterfaces.png"
><img
src=
"images/WiresharkNetworkInterfaces.png"
width=
"300"
align=
"center"
/></a>
|
<a
href=
"images/WiresharkNoNetworkTraffic.png"
><img
src=
"images/WiresharkNoNetworkTraffic.png"
width=
"300"
align=
"center"
/></a>
|
4.
Check your network interfaces via console commands
[
ipconfig
](
ipconfig.txt
)
5.
Double-check network interfaces using
[
ipconfig /all
](
ipconfigAll.txt
)
to see any hidden interfaces
## Capturing Packets
1.
Confirm preferences: File
>
Preferences
>
Capture as shown
<a
href=
"images/WiresharkCapturePreferences.png"
><img
src=
"images/WiresharkCapturePreferences.png"
width=
"300"
align=
"center"
/>
2.
Set filter to 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=
"300"
align=
"center"
/>
## Troubleshooting
1.
huh
## References
1.
Wireshark intro video and Go Deep
2.
Wireshark FAQ
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