The pcagng file format doesn't seem to be supported.
When I open (with wireshark Version 3.4.8 on windows 10) the file [ipv6_http.pcap](https://github.com/chmorgan/sharppcap/blob/master/Test/capture_files/ipv6_http.pcap) , save it as ipv6_http.pcapng file, and then run the CaptureInfinite() unitest with this new file, the test fails to open the pcapng file and throws a PcapException.
The adapterHandle.IsInvalid returns true (line 120 in CaptureFileReaderDevice class).
Is this an issue? Or is the pcapng format not supported (yet)?
Thanks for the support.
The pcagng file format doesn't seem to be supported.
When I open (with wireshark Version 3.4.8 on windows 10) the file
[ipv6_http.pcap](https://github.com/chmorgan/sharppcap/blob/master/Test/capture_files/ipv6_http.pcap), save it as ipv6_http.pcapng file, and then run the CaptureInfinite() unitest with this new file, the test fails to open the pcapng file and throws a PcapException.The
adapterHandle.IsInvalidreturns true (line 120 in CaptureFileReaderDevice class).Is this an issue? Or is the pcapng format not supported (yet)?
Thanks for the support.