Wireshark-commits: [Wireshark-commits] master a51b3d1: Dumpcap: Don't let individual pipes stop our
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a51b3d1d169ddf9111fdbe63ad9acc7e626d7ee6
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
a51b3d1 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Dumpcap: Don't let individual pipes stop our capture.
If a capture source is a pipe and it reaches the end of its input, don't
stop capturing globally since we might have other active interfaces. We
do need to stop capturing if all of our interfaces are pipes and none of
them are open, so add a check to do so.
Change-Id: Id7f950349e72113c9b4bfeee4f0a9c8a97aefe8c
Reviewed-on: https://code.wireshark.org/review/30615
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 4f61d77 test: convert some more tests to use fixtures
add a51b3d1 Dumpcap: Don't let individual pipes stop our capture.
Summary of changes:
dumpcap.c | 36 +++++++++++++++++++++++-------------
1 file changed, 23 insertions(+), 13 deletions(-)