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

Added tcpdump examples.

parent d68843d3
Branches
No related tags found
No related merge requests found
Pipeline #31779 passed
......@@ -468,7 +468,10 @@ then:
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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment