PCAP Utilities
November 12, 2017 ยท View on GitHub
Utilities to handle PCAPs, written in Golang.
Contents
| Directory | Description |
|---|---|
| str2pcap | Convert Hex/Base64 encoded string to PCAP |
| others | coming soon? |
Getting started
- Install Go from Official Site.
- Install the tools you want by
go get github.com/wmnsk/pcaputils/<tool>. cdto$GOPATH/src/github.com/wmnsk/pcaputils/<tool>- Build it by
go build <tool>.goor try it bygo run <tool>.go.
Need to run on other platforms? Dave Cheney's instruction well explains how to cross-compile Go source.
Author
Yoshiyuki Kurauchi (GitHub / Twitter)