assafmo / joincap

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

Support pcapng file format #1

Open assafmo opened 6 years ago

assafmo commented 6 years ago

TODO

Issif commented 6 years ago

Thanks a lot for your work, will enjoy that feature so much.

assafmo commented 6 years ago

@Issif Thanks you for your support.

This feature is a bit tricky, because there aren't a lot of libraries that deal with pcapng in golang, and those who do, do only reading or only writing.

I also still don't know if I want to do this in pure golang or with cgo and libpcap (If that's even possible).

assafmo commented 5 years ago

This will help - https://github.com/google/gopacket/pull/545

Issif commented 5 years ago

Interesting. Will take a look. Thnaks.

assafmo commented 5 years ago

I need to think in what manner to use this. But I'll definitely use this.

x2q commented 5 years ago

+1