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
Hi,
I have been trying to run pcapscan executable under /build/bin directory. However I am seeing a segmentation fault.
I am running the executable as follows ./pcapscan -n 2 local.rules http_traffic_capture.pcap
This is the error message that I get
Pattern file: local.rules terminate called after throwing an instance of 'std::invalid_argument' what(): stoi Aborted (core dumped)
Any leads would be helpful.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I have been trying to run pcapscan executable under /build/bin directory. However I am seeing a segmentation fault.
I am running the executable as follows ./pcapscan -n 2 local.rules http_traffic_capture.pcap
This is the error message that I get
Pattern file: local.rules
terminate called after throwing an instance of 'std::invalid_argument'
what(): stoi
Aborted (core dumped)
Any leads would be helpful.
The text was updated successfully, but these errors were encountered: