The application is currently in CLI format and supports the following features:
- Capture packets live from device or from file.
- Parse packet headers for the following layers:
- Data Link Layer
- Network Layer
- Transport Layer
Run install.sh
script file
- Use the
netlyzer -i
command to run in interactive mode. - Use the
netlyzer -d <interface>
command to run the sniffer on a particular interface.