You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fw-daemon/vendor/github.com/google/gopacket
Stephen Watt a8f61a2d4e
Re-sync to master.
7 years ago
..
layers Re-sync to master. 7 years ago
.gitignore Re-sync to master. 7 years ago
.travis.gofmt.sh Re-sync to master. 7 years ago
.travis.golint.sh Re-sync to master. 7 years ago
.travis.govet.sh Re-sync to master. 7 years ago
.travis.yml Re-sync to master. 7 years ago
AUTHORS Re-sync to master. 7 years ago
CONTRIBUTING.md Re-sync to master. 7 years ago
LICENSE Re-sync to master. 7 years ago
README.md Re-sync to master. 7 years ago
base.go Re-sync to master. 7 years ago
decode.go Re-sync to master. 7 years ago
doc.go Re-sync to master. 7 years ago
flows.go Re-sync to master. 7 years ago
gc Re-sync to master. 7 years ago
layerclass.go Re-sync to master. 7 years ago
layertype.go Re-sync to master. 7 years ago
packet.go Re-sync to master. 7 years ago
parser.go Re-sync to master. 7 years ago
writer.go Re-sync to master. 7 years ago

README.md

GoPacket

This library provides packet decoding capabilities for Go. See godoc for more details.

Build Status GoDoc

Originally forked from the gopcap project written by Andreas Krennmair ak@synflood.at (http://github.com/akrennmair/gopcap).