https://github.com/akrennmair/gopcap
A simple wrapper around libpcap for the Go programming language
https://github.com/akrennmair/gopcap
Last synced: 8 months ago
JSON representation
A simple wrapper around libpcap for the Go programming language
- Host: GitHub
- URL: https://github.com/akrennmair/gopcap
- Owner: akrennmair
- License: bsd-3-clause
- Created: 2009-11-19T10:13:48.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2021-05-17T13:59:53.000Z (over 4 years ago)
- Last Synced: 2024-10-25T05:24:22.270Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 322 KB
- Stars: 488
- Watchers: 24
- Forks: 148
- Open Issues: 11
-
Metadata Files:
- Readme: README.mkd
- License: LICENSE
Awesome Lists containing this project
- awesome-go - gopcap - Go wrapper for libpcap. (Networking / Transliteration)
- zero-alloc-awesome-go - gopcap - Go wrapper for libpcap. (Networking / Transliteration)
- awesome-go-extra - gopcap - 11-19T10:13:48Z|2021-05-17T13:59:53Z| (Networking / Uncategorized)
- awesome-go-zh - gopcap
- awesome-go - gopcap - A simple wrapper around libpcap for the Go programming language - ★ 329 (Networking)
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.