-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/cat_dissector'
- Loading branch information
Showing
4 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# About our dissectors | ||
## Lua | ||
The Lua version of our dissector is designed for development purposes. If you want to experiment with custom builds or make modifications, this is the version to use. | ||
## Compliled | ||
Our compiled dissector is built specifically for Wireshark version 4.4.0. If you need to compile it for an older version of Wireshark, you will need to do so manually. For guidance, visit our [Catsniffer Wireshark repo](https://github.com/ElectronicCats/CatSniffer-Wireshark). | ||
This version is more stable than the Lua version and offers faster processing times. | ||
|
||
You need to add to the main path of Wireshark inside the **epan** folder: | ||
### Files | ||
- **Macos**: catsniffer.so | ||
- **Windows**: catsniffer.dll | ||
- **Linux**: catsniffer.so | ||
|
||
> Take care, linux and macos file extension are the same but different file size. |
Binary file not shown.
Binary file not shown.
Binary file not shown.