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

Finalise library API #4

Open
matwey opened this issue Jul 25, 2019 · 2 comments
Open

Finalise library API #4

matwey opened this issue Jul 25, 2019 · 2 comments
Labels

Comments

@matwey
Copy link
Owner

matwey commented Jul 25, 2019

We need to finalise the library API somehow. Only ov_-prefixed functions should be exported. ov.h should be the single one required header file for applications.

@matwey matwey added the TODO label Jul 25, 2019
@desowin
Copy link
Contributor

desowin commented Jul 26, 2019

It would be good to have function that detects and lists connected OpenVizsla boards. While I believe majority of user will have only one OpenVizsla connected, the proper design would be to enumerate them.

When extcap is implemented, then each device will have its own identifier (specified by extcap itself in the output to --extcap-interfaces call) which will be passed by Wireshark when starting capture as one of the parameters (--extcap-interface).

@matwey
Copy link
Owner Author

matwey commented Jul 26, 2019

@desowin Sure. This is how pcap usually works. Every pcap driver provides an interface to enumerate all devices of the given kind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants