URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=301aa193f06492d096a9b816eee283f023bc13e9
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
301aa19 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
extcap-base: There is no need to register interfaces everytime
If extcap tool run on not existing interfaces it will fail.
There is no need to register ALL interfaces while only one is
needed. Extcap tool check it in other way (aka try to capture
but cannot for some reasons).
Change-Id: I6d60da97ce4175f19656d8c18ad8cacd25b0e99a
Reviewed-on: https://code.wireshark.org/review/14765
Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
Actions performed:
from 006d982 Adding a dissector for the Distributed Object Framework protocol.
adds 301aa19 extcap-base: There is no need to register interfaces everytime
Summary of changes:
extcap/extcap-base.c | 6 ------
1 file changed, 6 deletions(-)