Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akrennmair/Gopcap

A simple wrapper around libpcap for the Go programming language
https://github.com/akrennmair/Gopcap

Last synced: about 2 months ago
JSON representation

A simple wrapper around libpcap for the Go programming language

Awesome Lists containing this project

README

        

# PCAP

This is a simple wrapper around libpcap for Go. Originally written by Andreas
Krennmair and only minorly touched up by Mark Smith .

Please see the included pcaptest.go and tcpdump.go programs for instructions on
how to use this library.

Miek Gieben has created a more Go-like package and replaced functionality
with standard functions from the standard library. The package has also been renamed to
pcap.