Tool to analyze and monitor network traffic
- Current support for HTTP traffic
- Log's to a file
- A TUI based responsive display
- Written in Node.js
[sudo] npm install network-monitor -g
[sudo] network-monitor -h
- libpcap-dev: library for network traffic capture
- mranney/node_pcap: libpcap bindings for node
- codenothing/argv: for command line argument parsing
- chjj/blessed: A curses-like library for node.js.
- moment/moment: For parsing the time
IPv6 is not yet supported. use the filter ip proto \tcp
to filter out IPv6 packets.