1.1.1 • Published 7 years ago

pcap2csv v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

pcap2csv

pcap files

At this time, the module converts the traffic in bits/s in both directions. The module was designed to parse .pcap files acquired using a 'tshark' process that filters traffic based on port number

e.g.  tshark -w myfile.pcap -f "tcp port 1883" -i Ethernet

installation

npm install pcap2csv

sample

A test code is provided in test.js

to-do

Future updates will make the module more dynamic to offer more parsing options.

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago