Robin Hayer
Robin Hayer
It is not working as It is taking the URL as file path. To resolve it run the following command: pip install git+https://github.com/marshuang80/gloria.git. Just replaced @ with + to indicate...
Or maybe you can directly download gloria package repository manually and place it where other package folders are. I think it would work since the folder gonna have __init__.py file...
maybe we need to relocate constants or reimport constants in __init__.py file and use alias.
In gloria/gloria/__init__.py file try to add the following line from . import constants If you see the code they imported builder but not constants from the directory, maybe they didn't...
@amlamarra No, #730 doesn't work when dissector plugins are present, this version works in any sort of condition because its sole purpose is to target Tshark version
Okay, will finalize the changes and submit back
Made the fixes. Please review and let me know if anything missed. Otherwise, we are good to go
@Aaditya-G Added tqdm for the timer, please let me know if it is working as expected and if anything is missing. If everything's working as expected, we are good to...
Made the fixes. Please review and let me know if anything missed. Otherwise, we are good to go