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

Accepting rpcap:// as a valid interface name #616

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

msimone-human
Copy link
Contributor

When creating a RemoteCapture as

capture = pyshark.RemoteCapture( '192.168.1.134', remote_interface='en0')

The init fails raising an UnknownInterfaceException from what I can tell this is simply because LiveCapture._verify_capture_parameters do not whitelist rpcap.

@KimiNewt KimiNewt merged commit ed22245 into KimiNewt:master Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants