1.0.2 • Published 11 years ago
network-monitor v1.0.2
#network-monitor
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
Screenshot

Installation
[sudo] npm install network-monitor -gUsage
[sudo] network-monitor -hDependencies
- 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
Common Issue
###IPv6
IPv6 is not yet supported. use the filter ip proto \tcp to filter out IPv6 packets.