All Versions
29
Latest Version
Avg Release Cycle
30 days
Latest Release
1440 days ago

Changelog History
Page 2

  • v0.8.5 Changes

    June 25, 2018
    • per input file, set minimum legal timestamp as the first packet's time
    • don't allow to read packets with illegal timestamps (probably faulty packet header)
  • v0.8.4 Changes

    June 25, 2018
    • ๐Ÿ‘‰ use our own snaplen to avoid small snaplens by bad pcap writers
  • v0.8.3 Changes

    June 12, 2018
    • cmdFlags no longer global
    • 0๏ธโƒฃ default snaplen
  • v0.8.2 Changes

    June 12, 2018
    • ๐Ÿ›  fix use inputFile after error on open
  • v0.8.1 Changes

    June 12, 2018
    • skip empty packets (probably bad packet header)
  • v0.8.0 Changes

    June 12, 2018
    • ๐Ÿ‘‰ make as little as possible heap memory allocations
    • close each input file as soon as we are done with it
  • v0.7.6 Changes

    June 11, 2018
    • read faster with ReadPacketDataNoCopy (currently from github.com/assafmo/gopacket, until the PR is accepted)
  • v0.7.5 Changes

    June 11, 2018
    • pass Packet by pointer
    • ๐Ÿ–จ print infile path on linktype error
  • v0.7.4 Changes

    June 11, 2018
    • ๐Ÿ†• new help message
    • ๐Ÿ‘ better parsing of rest args
  • v0.7.3 Changes

    June 10, 2018
    • โšก๏ธ optimize read if the next packet is from the same source
    • benchmarks results as markdown