https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5445
Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |jeff.morriss.ws@xxxxxxxxx
Resolution|FIXED |
--- Comment #12 from Jeff Morriss <jeff.morriss.ws@xxxxxxxxx> 2011-01-03 11:39:45 PST ---
Hmmm, these changes mean that a TAP listener is *always* active. This means
that tshark can no longer write its output to a pipe, because:
./tshark -r test/dhcp.pcap -w - > foo
tshark: Taps aren't supported when saving to a pipe.
(This is causing a couple of the buildbots to fail test.sh .)
Is there some way that the listener is only enabled under certain
circumstances? The SMB dissector, for example, only enables a listener when it
needs it. (Hmmm, is even that such a good idea?)
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.