Rod Hynes a94404b7f0 Vendor dependencies 2 лет назад
..
layers a94404b7f0 Vendor dependencies 2 лет назад
.gitignore 8a972ef75d Use Go modules 3 лет назад
.travis.gofmt.sh 8a972ef75d Use Go modules 3 лет назад
.travis.golint.sh 8a972ef75d Use Go modules 3 лет назад
.travis.govet.sh 8a972ef75d Use Go modules 3 лет назад
.travis.install.sh 8a972ef75d Use Go modules 3 лет назад
.travis.script.sh 8a972ef75d Use Go modules 3 лет назад
.travis.yml 8a972ef75d Use Go modules 3 лет назад
AUTHORS f915f6fa7f Vendor packetman dependencies 5 лет назад
CONTRIBUTING.md f915f6fa7f Vendor packetman dependencies 5 лет назад
LICENSE f915f6fa7f Vendor packetman dependencies 5 лет назад
README.md f915f6fa7f Vendor packetman dependencies 5 лет назад
base.go f915f6fa7f Vendor packetman dependencies 5 лет назад
decode.go f915f6fa7f Vendor packetman dependencies 5 лет назад
doc.go f915f6fa7f Vendor packetman dependencies 5 лет назад
flows.go f915f6fa7f Vendor packetman dependencies 5 лет назад
gc 8a972ef75d Use Go modules 3 лет назад
layerclass.go f915f6fa7f Vendor packetman dependencies 5 лет назад
layers_decoder.go f915f6fa7f Vendor packetman dependencies 5 лет назад
layertype.go f915f6fa7f Vendor packetman dependencies 5 лет назад
packet.go f915f6fa7f Vendor packetman dependencies 5 лет назад
parser.go f915f6fa7f Vendor packetman dependencies 5 лет назад
time.go f915f6fa7f Vendor packetman dependencies 5 лет назад
writer.go f915f6fa7f Vendor packetman dependencies 5 лет назад

README.md

GoPacket

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

Build Status GoDoc

Minimum Go version required is 1.5 except for pcapgo/EthernetHandle, afpacket, and bsdbpf which need at least 1.9 due to x/sys/unix dependencies.

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