I know that WireShark allows live packet capturing as well as details being displayable in the GUI. Is there any similar program that operates on a CLI, rather than a GUI? This is intended for use on a server install, in which only CLI is available (and also where disk space is limited, so much that the dependencies for the wireshark packages cannot be installed (i.e. the packages for the GUI).
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
|
|
Sure, You can also run tshark on the server and transfer the captures over ssh to a wireshark gui running somewhere else. For example:
You can also do Or, alternatively, |
|||||||||
|
|
tshark An alternative is tcpdump |
|||||
|