cisco / joy

A package for capturing and analyzing network flow data and intraflow data, for network research, forensics, and security monitoring.
Other
1.3k stars 329 forks source link

fix sleuth error for python3 #306

Open IcedLimeTea opened 5 months ago

IcedLimeTea commented 5 months ago

In the environments of ubuntu20.04 and python3.8, the original python source code cannot correctly install the sleuth dependent library. Therefore, the source code of the sleuth dependent library was rewritten to adapt to the ubuntu20.04 and python3.8 environments. Moreover, add pip install . in Makefile.in to easily install sleuth. This is my first time making pull requests, if there is anything inappropriate or needs improvement, please guide me. Thank you.🙂