Skip to content

Commit

Permalink
Temporary fix in DEVGUIDE
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit authored and Benoit committed Apr 2, 2024
1 parent 9b494e1 commit b3f87c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

Writing a Wirego plugin is quite simple.

A fully working example can be found [here](./wirego/example/wirego_example.go)
A minimalistic example can be found here: [minimalistic](./examples/minimal/)
This guide actually just provides some details on how this example works under the hood.

Before going any further, you should build the example and try to load it with the wirego Wireshark plugin.

cd wirego/example/
cd examples/minimal/
make


Expand Down

0 comments on commit b3f87c9

Please sign in to comment.