Hi,
I'm trying to install tshark 3.4 from source code in ubuntu 24.04.1 LTS, I managed to install the basic utilities from the debian-setup.sh but I'm encounter an error with a module named asn2wrs. I'm new to this and I'm not a dev so idk how to address this since when I try to install de module the server is unable to locate the package.
I've done a ot of research but nothing seems to solve this problem, any help would be appreciated.
here is some info that can help
python3 --version Python 3.12.3
cmake --version cmake version 3.30.5
Thank you
here is the error:
CMake Error at cmake/modules/LocatePythonModule.cmake:47 (message): Could NOT find python module asn2wrs Call Stack (most recent call first): cmake/modules/UseAsn2Wrs.cmake:11 (locate_python_module) epan/dissectors/asn1/HI2Operations/CMakeLists.txt:34 (ASN2WRS)
Eventhough there is a asn2wrs.py in /tools directory it seems cmake doesnt detect it, I'm assuming thats whats happening but not sure