Wireshark-bugs: [Wireshark-bugs] [Bug 10886] QT interface can't capture on NF interfaces

Date: Mon, 26 Jan 2015 13:59:07 +0000

Comment # 5 on bug 10886 from
Hi Alexis
I'm not succeding in finding a feasible solution to fix that.
What about patching the code as you suggested (no stats for nf*), with
something like (around dumpcap.c:1454)

  if (!memcmp(if_info->name, "nf", 2)) {
      continue;
  }

?
The bug still remains (the best would be to have both stats and capture), but
I'd prefer that stats don't work instead of capture.


You are receiving this mail because:
  • You are watching all bug changes.