Skip to content

v1.0.1

Compare
Choose a tag to compare
@chazlever chazlever released this 11 Jul 06:19
· 64 commits to master since this release
ead4311

Add performance improvements to the packet parsing loop via the following changes:

  1. Add BPF filtering for PCAP files
  2. Switch to non-channel based loop using packet.NextPacket()
  3. 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.