joincap icon indicating copy to clipboard operation
joincap copied to clipboard

Support pcapng file format

Open assafmo opened this issue 7 years ago • 6 comments

TODO

assafmo avatar Jun 04 '18 19:06 assafmo

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

Issif avatar Jul 04 '18 14:07 Issif

@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 avatar Jul 05 '18 07:07 assafmo

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

assafmo avatar Oct 29 '18 06:10 assafmo

Interesting. Will take a look. Thnaks.

Issif avatar Oct 30 '18 08:10 Issif

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

assafmo avatar Oct 30 '18 09:10 assafmo

+1

x2q avatar Feb 07 '19 22:02 x2q