Fixed issue with opening offline files in linux
Adds ability enable rfmon while opening sessions.
Fixes compilation error on some Linux systems.
Support for multiple sessions is introduced. Pcap is officially out of beta.
Resolved "Symbol pcap_binding_module not found" by adding NODE_MODULE directive.
Bumped version to test npm install
After nearly a year of neglect, finally getting back to node_pcap.
Applied many fine pull requests from many fine contributors on github. Thanks. I'll add more documentation on these changes soon, but I wanted to get them out there right now since one of the fixes makes node_pcap actually work on node 0.6.
Fix bug when TCP_Tracker encounters a pipelined response. - Mark Nottingham
Initial support for IPv6 - Joe Hildebrand
Should now compile properly on node 0.2.x and 0.3.x.
Remove http_trace
, simple_capture
, and tcp_metrics
. They'll be in their own package soon.
See the git history for what happened before.