Tobias von Dewitz 6196559153 link libpcap statically | il y a 5 ans | |
---|---|---|
.. | ||
layers | il y a 5 ans | |
pcap | il y a 5 ans | |
.gitignore | il y a 5 ans | |
.travis.gofmt.sh | il y a 5 ans | |
.travis.golint.sh | il y a 5 ans | |
.travis.govet.sh | il y a 5 ans | |
.travis.yml | il y a 5 ans | |
AUTHORS | il y a 5 ans | |
CONTRIBUTING.md | il y a 6 ans | |
LICENSE | il y a 6 ans | |
README.md | il y a 5 ans | |
base.go | il y a 6 ans | |
decode.go | il y a 6 ans | |
doc.go | il y a 5 ans | |
flows.go | il y a 6 ans | |
gc | il y a 5 ans | |
layerclass.go | il y a 6 ans | |
layertype.go | il y a 6 ans | |
packet.go | il y a 5 ans | |
parser.go | il y a 5 ans | |
time.go | il y a 5 ans | |
writer.go | il y a 5 ans |
This library provides packet decoding capabilities for Go. See godoc for more details.
Minimum Go version required is 1.5.
Originally forked from the gopcap project written by Andreas Krennmair ak@synflood.at (http://github.com/akrennmair/gopcap).