Skip to content

nbareil/pcap-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pcap-merge

pcap-merge is as simple and dummy as its name.

It will not do anything smart, it opens each pcap file, one at a time, and appends packet on stdout.

usage

 $ pcap-merge *pcap | tcpdump -nr -

FAQ

Q: mergecap can do it! Is it NIH syndrom?

Nope, it just crashes when you have a lot of pcap files to merge.

$ mergecap -w myfifo -a $(ls  201*pcap |sort -n)
mergecap: Can't open 20140119052613.pcap: Too many open files

About

pcap-merge is as simple and dummy as its name

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages