Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
(cherry picked from commit 44fb67c8f843e3f169d046c860288d9209f77054)
  • Loading branch information
randstr committed Aug 15, 2024
1 parent 7765542 commit ae3e392
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,18 @@ Non-goals are backward compatibility and one-to-one feature parity.

### Binary and source compatibility

The plugin master branch should be considered unstable and must be compiled
from source against Wireshark's master branch.
The plugin master branch is under development and should be considered
unstable. If using the master branch it is strongly recommended to compile
the plugin from source against Wireshark's master branch. Source and binary
compatibility is not guaranteed and can often break.

Plugin branches tracking a Wireshark stable branch can be expected to have
better compatibility. In particular it should work reasonably well with
official Wireshark releases.

For those in a hurry a plugin binary release is provided for the latest
Wireshark stable branch but keep in mind that although rarer breaks in binary
compatibility can still happen occasionally.

### Building Wireshark

Expand All @@ -54,6 +64,7 @@ installation is a separate install step and it is required to build any Wireshar
From the plugin source directory run:

```sh
WIRESHARK_PREFIX=/opt/wireshark
mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH=$WIRESHARK_PREFIX /path/to/plugin/source
make
Expand Down

0 comments on commit ae3e392

Please sign in to comment.