From 2e5cd523a63abe9b2901089d3f22a95dd19cc608 Mon Sep 17 00:00:00 2001 From: sunwxg Date: Sun, 1 Nov 2015 20:58:59 +0800 Subject: [PATCH] Add goshark --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9586889..44f321c0 100644 --- a/README.md +++ b/README.md @@ -536,6 +536,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [sftp](https://github.com/pkg/sftp) - Package sftp implements the SSH File Transfer Protocol as described in https://filezilla-project.org/specs/draft-ietf-secsh-filexfer-02.txt. * [tcp_server](https://github.com/firstrow/tcp_server) - A Go library for building tcp servers faster. * [utp](https://github.com/anacrolix/utp) - Go uTP micro transport protocol implementation. +* [goshark](https://github.com/sunwxg/goshark) - Package goshark use tshark to decode IP packet and create data struct to analyse packet. ## OpenGL