-
Notifications
You must be signed in to change notification settings - Fork 140
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
cicflowmeter #626
Comments
You won't be able to launch it as a separate script, because Chaquopy doesn't come with a Python executable. Instead, find out what function the script uses, and call it directly. You can find this in the |
Thank You for your response, i edited the the sniffer script to take the parameters from my python code, and it seems to work, but iam running into a dependency issue, that i don't seem to know how to fix, every time i run the code this error shows up, and i have no idea how to provide the libpcap library
|
Unfortunately libpcap isn't one of the libraries we currently provide. If you'd like to try building it yourself, you can use our package build tool. For details, see #175 (comment). |
The package build tool is now open-source, so if you'd like to try building this package yourself, follow the instructions here. And if you're successful, please make a pull request so we can add the package to the public repository. |
It's been over a year and only one person has requested this package, so we won't be building it in the foreseeable future. However, the package build tool is now open-source, so if you'd like to try building this package yourself, follow the instructions here. And if you're successful, please make a pull request so we can add it to the public repository. If anyone else wants this package, please click the thumbs-up button above and post a comment, and I'll reopen the issue. |
iam trying to use this implementation of CICflowmeter, in order to extract the features from a PCAP file, and generating a csv file, the main issue iam facing is, i cant call the cicflowmeter command since its not in the PATH variable, and i cant find the location of the script, altho i specified it in pip section in build-gradle module.
This is the code iam trying to use for the task.
os.system returns a 32512, which i think it means, command not found, thank you for your great help
The text was updated successfully, but these errors were encountered: