assafmo / joincap

Merge multiple pcap files together, gracefully.
MIT License
211 stars 22 forks source link

Arm64 support #4

Closed paolosezart closed 4 years ago

paolosezart commented 4 years ago

I rummaged through several programs and scripts to combine pcap files, but your program is the best. I mainly use Kali Nethunter on an android phone and I would like to have this tool on it as well. Could you release an implementation for arm64? Since I have zero in compilation, but I haven’t found any ready-made solutions on the Internet. Thanks in advance.

assafmo commented 4 years ago

Yeah, sure. Just a few minutes.

assafmo commented 4 years ago

Here you go @paolosezart, let me know how it works out. :relaxed: joincap-linux-arm64-v0.10.1.zip

paolosezart commented 4 years ago

Thanks a lot, everything works great. I downloaded the file from your link, unzipped it, renamed it to joincap and moved it to /usr/bin. The speed is excellent, as well as the ability to combine without specifying the name of the input files. Are you planning to add pcapng support in the program? Mergecap has this feature.

assafmo commented 4 years ago

No, I'm not planning to add pcapng support right now. It was easier for me to convert pcapng to pcap with editcap than implementing it in join cap.