Fix unit tests
[govpp.git] / vendor / github.com / google / gopacket / README.md
1 # GoPacket
2
3 This library provides packet decoding capabilities for Go.
4 See [godoc](https://godoc.org/github.com/google/gopacket) for more details.
5
6 [![Build Status](https://travis-ci.org/google/gopacket.svg?branch=master)](https://travis-ci.org/google/gopacket)
7 [![GoDoc](https://godoc.org/github.com/google/gopacket?status.svg)](https://godoc.org/github.com/google/gopacket)
8
9 Originally forked from the gopcap project written by Andreas
10 Krennmair <ak@synflood.at> (http://github.com/akrennmair/gopcap).