Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
scu-igroup committed Mar 11, 2019
1 parent 34fd516 commit eb608c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ StreamDump is used to cut traffic packets from a pcap format file or network int


## How to Build
`go build -o streamdump main.go`
`go build -o streamdump streamdump.go`

## Usage
1. Compile, or download the compiled executable [file](https://github.com/scu-igroup/StramDump/releases).
Expand Down
2 changes: 1 addition & 1 deletion README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ StreamDump 用于将 pcap 或网卡中的流量根据四元组进行切割,每


## 编译
`go build -o streamdump main.go`
`go build -o streamdump streamdump.go`

## 使用流程

Expand Down

0 comments on commit eb608c9

Please sign in to comment.