Skip to content
Snippets Groups Projects
Commit ece401a1 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Added tcpdump examples.

parent d68843d3
No related branches found
No related tags found
No related merge requests found
Pipeline #31779 passed
...@@ -468,7 +468,10 @@ then: ...@@ -468,7 +468,10 @@ then:
4) tcpdump 4) tcpdump
sudo tcpdump -vvXXSnelfi enp5s0 > ifconfig # to find ethernet port
> sudo tcpdump -vvXXSnelfi enp5s0 port 5001 # for UDP only
> sudo tcpdump -vvXXSnelfi enp5s0 port 5001 > tcpdump.txt (> is new file, >> is append)
******************************************************************************* *******************************************************************************
* Polarion: * Polarion:
......
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