Rod Hynes f915f6fa7f Vendor packetman dependencies пре 5 година
..
layers f915f6fa7f Vendor packetman dependencies пре 5 година
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 f915f6fa7f Vendor packetman dependencies пре 5 година
go.mod f915f6fa7f Vendor packetman dependencies пре 5 година
go.sum f915f6fa7f Vendor packetman dependencies пре 5 година
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).