Skip to content
New issue

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

(Question) Hard coded file path for pcap #2

Open
alphafox02 opened this issue Apr 29, 2024 · 1 comment
Open

(Question) Hard coded file path for pcap #2

alphafox02 opened this issue Apr 29, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@alphafox02
Copy link

While looking at the analyzer python code it seems as though the pcap file location is hard coded to a non existent file.

pcap_file = "/home/pentester/lorattack/session/data/clean/2024-04-14_14-03-10.pcap"

I thought the intent was for the gui to select a location?

@konicst1
Copy link
Owner

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

@konicst1 konicst1 self-assigned this Apr 29, 2024
@konicst1 konicst1 added the question Further information is requested label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants