
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@tdole/pcap_join
Advanced tools
Join multiple pcap files into one.
Requirements:
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.
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.FAQs
Join multiple pcap files into one.
The npm package @tdole/pcap_join receives a total of 0 weekly downloads. As such, @tdole/pcap_join popularity was classified as not popular.
We found that @tdole/pcap_join demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.