Print the timestamps, source address, source port, destination address, destination port and protocol of all packets read from a given network interface

ipsumdump

  • Summarise TCP/IP dumps into a human and machine readable ASCII format.
    More information: <https://manned.org/ipsumdump>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

ipsumdump --interface {{eth0}} -tsSdDp

click the source code to copy