1.4.6 • Published 1 year ago

@tdole/pcap_join v1.4.6

Weekly downloads
-
License
CC
Repository
-
Last release
1 year ago

pcap_join

Join multiple pcap files into one.

Installation:

Requirements:

  • NodeJS (v14.6.0 or higher)

This programm also exists on the online NPM repository. Install from there with 'npm install @todle/pcap_join -g'. This will install de program 'pcap_join' globally.

To install the checkedout git repository version use the command 'npm install -g' will install the program 'pcap_join' globally.

Usage:

node ./pcap_join.js [options]
Show this help message
    --help
Sort list of files found with regularExpression (-r) alphabetical.
    -s, --sort
Path with regular expression for files to append to output.
    -r, --regularExpression <value>
Path to start searching for files with regularExpression (-r).
    -p, --path <value>
append to pcap file. When it does not exist it will be created.
    -o, --output <value> (required)
read from pcap file to append to output file.
    -f, --file <value>

Example:

  • 'pcap_join -f part1.pcap -o all.pcap' will add or append file part1.pcap to all.pcap.
  • 'pcap_join -o all.pcap -p pcap_files/ -r ".*\.pcap$" -s' will add or append all files found below folder 'pcap_files/' which filename match regular expression ".*.pcap$". Before appending it will sort the list of files found.
1.4.6

1 year ago

1.4.5

1 year ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.12

2 years ago

1.3.11

2 years ago

1.3.10

2 years ago