Comments on: How to capture and analyze packets with tcpdump command on Linux https://www.linuxtechi.com/capture-analyze-packets-tcpdump-command-linux/ Mon, 28 Jun 2021 20:29:20 +0000 hourly 1 By: Todd S https://www.linuxtechi.com/capture-analyze-packets-tcpdump-command-linux/#comment-23431 Mon, 28 Jun 2021 20:29:20 +0000 https://www.linuxtechi.com/?p=7917#comment-23431 Nice article, very informative.

]]>
By: Bashir https://www.linuxtechi.com/capture-analyze-packets-tcpdump-command-linux/#comment-20267 Mon, 18 May 2020 11:19:47 +0000 https://www.linuxtechi.com/?p=7917#comment-20267 Hi, Thanks for the great article. I was wandering if tcpdump could be used to monitor network traffic over a period of time and only report on tcp/udp traffic showing ports of only unique transactions. I.E. only show an ssh session between the localhost and remote host once even if there has been multiple sessions? i wold like to see src ip/dst, protocol and port only between a linux server and remote hosts

]]>
By: Sum Yung Gai https://www.linuxtechi.com/capture-analyze-packets-tcpdump-command-linux/#comment-18273 Tue, 07 Jan 2020 16:24:57 +0000 https://www.linuxtechi.com/?p=7917#comment-18273 In reply to Shivraj.

For analyzing a packet, I would suggest using something like Wireshark. There is plenty of information out there on how to do packet analysis. It will entail your reading several documents, though, including the RFC’s on IP, ICMP, UDP, and TCP. Additionally, you would do very well to read the 802.3 Ethernet specifications, since virtually all LAN’s are Ethernet-based nowadays.

]]>
By: Shivraj https://www.linuxtechi.com/capture-analyze-packets-tcpdump-command-linux/#comment-17199 Tue, 19 Nov 2019 12:31:56 +0000 https://www.linuxtechi.com/?p=7917#comment-17199 Hi , you are teaching how to capture packet not to analyzing it .So kindly teach us how to analyze a packet

]]>