Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cat_dissector'
Browse files Browse the repository at this point in the history
  • Loading branch information
wero1414 committed Dec 6, 2024
2 parents db06e27 + d17fbc2 commit 32b05ff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pycatsniffer_bv3/dissectors/README.md
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 added pycatsniffer_bv3/dissectors/linux/catsniffer.so
Binary file not shown.
Binary file added pycatsniffer_bv3/dissectors/mac/catsniffer.so
Binary file not shown.
Binary file not shown.

0 comments on commit 32b05ff

Please sign in to comment.