Skip to content

A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net

License

Notifications You must be signed in to change notification settings

cafenero/cuishark

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuishark

This is cuishark's versin 2.0 prototype. The old version of cuishark was fullscrached and not using wireshark's dissector. This verison can use the wireshark's dissector with cuishark's Rich UI. You can analize many-many protocol's using JUST-CUI!!!. Packet makes us very happy. here is demo video (https://youtu.be/k0NGnIyZrqk).

Required Packages

Install Cuishark

$ go get github.com/cuishark/cuishark
$ cd $GOPATH/src/github.com/cuishark/cuishark
$ git checkout -b proto-v0.2.0 origin/proto-v0.2.0
$ cd $GOPATH/src/github.com/cuishark/cuishark/cgocuishark && go install
$ cd $GOPATH/src/github.com/cuishark/cuishark/cuishark && go install
$ sudo cp $GOPATH/bin/cuishark /usr/local/bin

Author and License

Author

  • name: Hiroki Shirokura
  • email: [email protected]
  • twitter: @slankdev
  • facebook: hiroki.shirokura

This software is developing under the GPL2.

About

A protocol analyzer like a wireshark on CUI. cuishark is using libwireshark to analyze packets. https://cuishark.slankdev.net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.3%
  • Makefile 0.7%