Open vaguue opened 5 days ago
https://nodejs.org/api/stream.html#readableunshiftchunk-encoding Great example, but the problem is for small pcap files the stream is gonna end right away, which can bring the same code as of now.
or maybe use chevrotain
chevrotain
https://nodejs.org/api/stream.html#readableunshiftchunk-encoding Great example, but the problem is for small pcap files the stream is gonna end right away, which can bring the same code as of now.