Namespace Fluxzy.Core.Pcap.Pcapng.Merge
Classes
- FileStreamSource
A classic stream from an existing file
- PcapMerge
PcapMerge is an utility helper for combining multiple pcap streams to a single one. This implementation is intended only for merging pcap files produced by fluxzy and does not cover pcap files that comes from other sources. If it's the goal you want, you should consider using mergecap (https://gitlab.com/wireshark/wireshark/-/blob/master/mergecap.c)