Skip to content

Commit 2abbf83

Browse files
authored
Update README to build wireshark plugin correctly (#460)
1 parent e264cf7 commit 2abbf83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wireshark/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ To install the Wireshark, see [the official documents](https://www.wireshark.org
3737
- macOS
3838

3939
```shell
40-
$ brew install wireshark
40+
$ brew install pkg-config wireshark protobuf
4141
```
4242

4343
- Ubuntu
4444

4545
```shell
46-
$ sudo apt install wireshark-dev
46+
$ sudo apt install protobuf-compiler libprotobuf-dev wireshark-dev
4747
```
4848

4949
### Build from source

0 commit comments

Comments
 (0)