https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13672
Michael Mann <mman...@netscape.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mman...@netscape.net
--- Comment #8 from Michael Mann <mman...@netscape.net> ---
(In reply to Kenneth Soerensen from comment #6)
> You are right that it is not possible to compile a capture filter without
> (Win)Pcap. However, as far as I know the capture filter still makes sense
> because, as far as I know, the filter is passed directly to the extcap
> interface as a string using the --extcap-capture-filter option.
Right now I don't see a way to determine if capture interface is "extcap".
There is external_cap_args_settings, but I'm not sure if that's always non-null
for all extcap interfaces.
I have a hack that is preventing the crash on Qt, but I can duplicate similar
issues on GTK. The issue is that we're not always "gracefully" handling
has_wpcap == FALSE.
It seems the solution would be to not call pcap_compile (or similar) if capture
interface is extcap, but I can't figure out how to tell that.
--
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via: Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives: https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe