File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 11![ mshark_new] ( https://github.com/user-attachments/assets/ee1b9526-dcae-4ff8-962d-315897e49ed0 )
22# mShark - Mini [ Wireshark] ( https://www.wireshark.org/ ) written in Go
33
4+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/shadowy-pycoder/mshark.svg )] ( https://pkg.go.dev/github.com/shadowy-pycoder/mshark )
5+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
6+ ![ GitHub go.mod Go version] ( https://img.shields.io/github/go-mod/go-version/shadowy-pycoder/mshark )
7+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/shadowy-pycoder/mshark )] ( https://goreportcard.com/report/github.com/shadowy-pycoder/mshark )
8+ ![ GitHub Release] ( https://img.shields.io/github/v/release/shadowy-pycoder/mshark )
9+ ![ GitHub Downloads (all assets, all releases)] ( https://img.shields.io/github/downloads/shadowy-pycoder/mshark/total )
10+
411
512## Installation
613
14+ Download release from [ Releases] ( https://github.com/shadowy-pycoder/mshark/releases ) Page.
15+
16+ Or install using ` go install ` (requires Go 1.23+ but may work with older versions):
17+
718``` shell
819CGO_ENABLED=0 go install -ldflags " -s -w" -trimpath github.com/shadowy-pycoder/mshark/cmd/mshark@latest
920```
You can’t perform that action at this time.
0 commit comments