v1.0.1
Add performance improvements to the packet parsing loop via the following changes:
- Add BPF filtering for PCAP files
- Switch to non-channel based loop using
packet.NextPacket()
- Turn on
packetSource.LazyDecode
to prevent parsing application layer data twice
These changes seem to have resulted in a roughly 15-20% improvement in performance over version 1.0.0.