bettercap/vendor/github.com/google/gopacket
2019-02-06 12:24:00 +01:00
..
layers fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
pcap fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
pcapgo fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
.gitignore adding vendor folder 2018-03-23 15:25:11 +01:00
.travis.gofmt.sh adding vendor folder 2018-03-23 15:25:11 +01:00
.travis.golint.sh fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
.travis.govet.sh refact: refactored to use islazy and updated deps 2018-10-10 19:00:25 +02:00
.travis.yml refact: refactored to use islazy and updated deps 2018-10-10 19:00:25 +02:00
AUTHORS fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
base.go adding vendor folder 2018-03-23 15:25:11 +01:00
CONTRIBUTING.md adding vendor folder 2018-03-23 15:25:11 +01:00
decode.go adding vendor folder 2018-03-23 15:25:11 +01:00
doc.go fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
flows.go adding vendor folder 2018-03-23 15:25:11 +01:00
gc refact: refactored to use islazy and updated deps 2018-10-10 19:00:25 +02:00
layerclass.go adding vendor folder 2018-03-23 15:25:11 +01:00
layertype.go adding vendor folder 2018-03-23 15:25:11 +01:00
LICENSE adding vendor folder 2018-03-23 15:25:11 +01:00
packet.go fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
parser.go fix: updated gopacket to fix compilation issues on macOS (ref #357) 2018-10-12 18:11:01 +02:00
README.md fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
time.go fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
writer.go fix: updated gopacket to fix compilation issues on macOS (ref #357) 2018-10-12 18:11:01 +02:00

GoPacket

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

Build Status GoDoc

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