go-sniffer/vendor/github.com/google/gopacket
zhuhuijun af88bad075 implementl get user and database
Signed-off-by: zhuhuijun <zhuhuijunzhj@gmail.com>
2022-12-07 18:07:00 +08:00
..
layers implementl get user and database 2022-12-07 18:07:00 +08:00
pcap implementl get user and database 2022-12-07 18:07:00 +08:00
tcpassembly implementl get user and database 2022-12-07 18:07:00 +08:00
.gitignore implementl get user and database 2022-12-07 18:07:00 +08:00
.travis.gofmt.sh implementl get user and database 2022-12-07 18:07:00 +08:00
.travis.golint.sh implementl get user and database 2022-12-07 18:07:00 +08:00
.travis.govet.sh implementl get user and database 2022-12-07 18:07:00 +08:00
.travis.install.sh implementl get user and database 2022-12-07 18:07:00 +08:00
.travis.script.sh implementl get user and database 2022-12-07 18:07:00 +08:00
.travis.yml implementl get user and database 2022-12-07 18:07:00 +08:00
AUTHORS implementl get user and database 2022-12-07 18:07:00 +08:00
CONTRIBUTING.md implementl get user and database 2022-12-07 18:07:00 +08:00
LICENSE implementl get user and database 2022-12-07 18:07:00 +08:00
README.md implementl get user and database 2022-12-07 18:07:00 +08:00
base.go implementl get user and database 2022-12-07 18:07:00 +08:00
decode.go implementl get user and database 2022-12-07 18:07:00 +08:00
doc.go implementl get user and database 2022-12-07 18:07:00 +08:00
flows.go implementl get user and database 2022-12-07 18:07:00 +08:00
gc implementl get user and database 2022-12-07 18:07:00 +08:00
go.mod implementl get user and database 2022-12-07 18:07:00 +08:00
go.sum implementl get user and database 2022-12-07 18:07:00 +08:00
layerclass.go implementl get user and database 2022-12-07 18:07:00 +08:00
layers_decoder.go implementl get user and database 2022-12-07 18:07:00 +08:00
layertype.go implementl get user and database 2022-12-07 18:07:00 +08:00
packet.go implementl get user and database 2022-12-07 18:07:00 +08:00
parser.go implementl get user and database 2022-12-07 18:07:00 +08:00
time.go implementl get user and database 2022-12-07 18:07:00 +08:00
writer.go implementl get user and database 2022-12-07 18:07:00 +08:00

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).