Created
November 11, 2021 20:45
-
-
Save alivx/1024c4cc6deb350ba15eb31ffadf88df to your computer and use it in GitHub Desktop.
Get network traffic data
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tshark -2 -r /tmp/network.pcap -R "tcp.port==45442" -o "gui.column.format:\"Time\",\"%Yt\",\"No.\",\"%m\",\"Time\",\"%t\",\"Source\",\"%s\",\"Destination\",\"%d\",\"Protocol\",\"%p\",\"Length\",\"%L\",\"Info\",\"%i\"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment