Skip to content

This module converts extracts information from multiple .pcap files into a single .csv file

License

Notifications You must be signed in to change notification settings

syshapsough/pcap2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

usage

var pcap2csv = require('pcap2csv');

pcap2csv(<path_to_pcap_files>,<protocol>); //protocol can be "tcp" or "udp", depending on your tshark filter

to-do

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

About

This module converts extracts information from multiple .pcap files into a single .csv file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published