mirror of https://github.com/subgraph/fw-daemon
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
504 B
11 lines
504 B
7 years ago
|
# 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).
|