Comment # 6
on bug 8585
from Guy Harris
(In reply to comment #5)
> (In reply to comment #4)
> I think the idea behind this bug is to create some generic interface
How about two interfaces - pcap_create() or pcap_activate()?
> Still libpcap don't have any API to set some specific options (nor list all
> options for UI).
I can try to shuffle that project ahead in my to-do list.
> AFAIR it was lastly discussed in 2012 ([tcpdump-workers]
> Initializing a device).
The variant I'm working on is similar but doesn't limit the values used to set
the parameter to strings (there should probably be numerical values and
"enumerated" values; in a GUI, the former would turn into a numeric text box or
spinbox, and the latter would turn into a combo box/option menu).
You are receiving this mail because:
- You are watching all bug changes.