githubEdit

To capture live packets, you need root privileges (sudo)

-nn = No convertion of addresses to names

-r = read packets from file

-v = Verbose output (-vv = more verbose, -vvv = Even more verbose)

-xx = Prints the data of each packet

-i INTERFACE = Select network interface

Last updated