Open bavardage opened 6 years ago
Not sure actually. Don't think I've tried it but please do and let me know if it doesn't work.
I tried to open a pcap-ng and it does indeed not work (I would have been surprised if it did). At the moment, I do not have any plans to add support for pcap-ng since I don't have any need for it myself but if anyone is interested, the IETF draft to implement is: tuexen-opsawg-pcapng.
I ended up using https://github.com/kaitoy/pcap4j which does support pcapng
The
PcapGlobalHeader
includes the header for the ng format @ https://github.com/aboutsip/pkts/blob/master/pkts-core/src/main/java/io/pkts/frame/PcapGlobalHeader.java#L34Does the library support this format?