Skip to content

Commit

Permalink
[IMP]upgrade wireshark dll
Browse files Browse the repository at this point in the history
  • Loading branch information
randolphcyg committed May 22, 2024
1 parent 7865b4a commit 59386d5
Show file tree
Hide file tree
Showing 132 changed files with 2,766 additions and 44,334 deletions.
6 changes: 3 additions & 3 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ gowireshark
│   ├── libpcap.so.1
│   ├── libwireshark.so
│   ├── libwireshark.so.17
│   ├── libwireshark.so.17.0.4
│   ├── libwireshark.so.17.0.5
│   ├── libwiretap.so
│   ├── libwiretap.so.14
│   ├── libwiretap.so.14.1.4
│   ├── libwiretap.so.14.1.5
│   ├── libwsutil.so
│   ├── libwsutil.so.15
│   └── libwsutil.so.15.0.0
Expand Down Expand Up @@ -179,7 +179,7 @@ graph LR

```shell
# 确定最新发行版本并设置环境变量
export WIRESHARKV=4.2.4
export WIRESHARKV=4.2.5
# 到/opt目录下操作
cd /opt/
# 下载源码
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ gowireshark
│   ├── libpcap.so.1
│   ├── libwireshark.so
│   ├── libwireshark.so.17
│   ├── libwireshark.so.17.0.4
│   ├── libwireshark.so.17.0.5
│   ├── libwiretap.so
│   ├── libwiretap.so.14
│   ├── libwiretap.so.14.1.4
│   ├── libwiretap.so.14.1.5
│   ├── libwsutil.so
│   ├── libwsutil.so.15
│   └── libwsutil.so.15.0.0
Expand Down Expand Up @@ -185,7 +185,7 @@ Note that some interfaces in this project may not be valid if the wireshark vers

```shell
# Determine the latest release version and set environment variables
export WIRESHARKV=4.2.4
export WIRESHARKV=4.2.5
# Operate in the /opt directory
cd /opt/
# Download the source code
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/randolphcyg/gowireshark

go 1.22.2
go 1.22.3

require (
github.com/pkg/errors v0.9.1
Expand Down
Loading

0 comments on commit 59386d5

Please sign in to comment.