package
2.10.0+incompatible
Repository: https://github.com/m-lab/etl.git
Documentation: pkg.go.dev

# README

Preparing web100 source

Install go-bindata:

go get -u github.com/jteeuwen/go-bindata/...

Convert tcp-kis.txt into embedded go file:

go-bindata -prefix embed/ -pkg web100 -o tcpkis.go embed

TODOs

  • Upstream the web100.c changes to support 64-bit environments.
  • Upstream the tcp-kis.txt changes to eliminate conflicts for StartTimeSec and StartTimeUsec (and other inconsistencies across published versions).
  • Optimize web100.go implementation, e.g. to read snaplog from byte buffer instead of from file.