This commit is contained in:
stephensottosanti
2021-03-07 23:03:51 -06:00
parent 7fd25253c5
commit b9683dfcc8
4 changed files with 15 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
# Network Traffic Analysis
[BACK TO UACTF](/UACTF)<br>
Network traffic analysis begins by understanding the components of network communication. In this context, it will be key to understand the components of network
packets in addition to having the ability to capture, filter, and interpret traffic. Wireshark is very good at packet capture and protocol analysis and is one of the better tools for helping with understanding of network traffic. <br>
@@ -32,4 +33,6 @@ information. <br>
<p align="center">
<img width="500px" height="450px" src="/00_Archive/images/headerformat.png" alt="hf1"/>
<img width="500px" height="450px" src="/00_Archive/images/headerformat2.png" alt="hf2"/>
</p>
</p>
[BACK TO UACTF](/UACTF)<br>