aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/google/gopacket/README.md
blob: f71854c45025ed634b81cae599ad02ff19b2c2c2 (plain)
1
2
3
4
5
6
7
8
9
10
# GoPacket

This library provides packet decoding capabilities for Go.
See [godoc](https://godoc.org/github.com/google/gopacket) for more details.

[![Build Status](https://travis-ci.org/google/gopacket.svg?branch=master)](https://travis-ci.org/google/gopacket)
[![GoDoc](https://godoc.org/github.com/google/gopacket?status.svg)](https://godoc.org/github.com/google/gopacket)

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