Skip to content

Commit

Permalink
Bump up the wireshark version in the release note
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanYuYuan committed Mar 8, 2024
1 parent ea60ffa commit 0e63b78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ Download and extract the corresponding zip file
### Linux

```bash
mkdir -p ~/.local/lib/wireshark/plugins/4.0/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4.0/epan/libzenoh_dissector.so
mkdir -p ~/.local/lib/wireshark/plugins/4.2/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4.2/epan/libzenoh_dissector.so
```

### macOS

```bash
mkdir -p ~/.local/lib/wireshark/plugins/4-0/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4-0/epan/libzenoh_dissector.so
mkdir -p ~/.local/lib/wireshark/plugins/4-2/epan
cp libzenoh_dissector.so ~/.local/lib/wireshark/plugins/4-2/epan/libzenoh_dissector.so
```

### Windows

```powershell
$${empty}epan_dir = "$${empty}Env:APPDATA\Wireshark\plugins\4.0\epan"
$${empty}epan_dir = "$${empty}Env:APPDATA\Wireshark\plugins\4.2\epan"
if (-Not (Test-Path $${empty}epan_dir)) {
mkdir -p $${empty}epan_dir
}
Expand Down

0 comments on commit 0e63b78

Please sign in to comment.