We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While looking at the analyzer python code it seems as though the pcap file location is hard coded to a non existent file.
lorattack/src/analyzer.py
Line 11 in 53b634d
I thought the intent was for the gui to select a location?
The text was updated successfully, but these errors were encountered:
Hi, this path is used only in the main function of the analyzer module. It’s there only for testing purposes and is to be deleted.
The gui should call the correct functions and show your pcap. I’ll leave this opened, till I refactor this.
Thx for the question, could you ping me on discord (stelab22)? I’d like to share some more info
Sorry, something went wrong.
konicst1
No branches or pull requests
While looking at the analyzer python code it seems as though the pcap file location is hard coded to a non existent file.
lorattack/src/analyzer.py
Line 11 in 53b634d
I thought the intent was for the gui to select a location?
The text was updated successfully, but these errors were encountered: