PCAP Utilities

November 12, 2017 ยท View on GitHub

Utilities to handle PCAPs, written in Golang.

Contents

DirectoryDescription
str2pcapConvert Hex/Base64 encoded string to PCAP and vice versa.
otherscoming soon?

Getting started

  1. Install Go from Official Site.
  2. Install the tools you want by go get github.com/wmnsk/pcaputils/<tool>.
  3. cd to $GOPATH/src/github.com/wmnsk/pcaputils/<tool>
  4. Build it by go build <tool>.go or try it by go 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)

LICENSE

MIT