URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b8426a36a55ecbd0d37a6d3de82c004f5e73e505
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
b8426a3 by Guy Harris (guy@xxxxxxxxxxxx):
Turn extcap_interface_list() into append_extcap_interface_list().
Have it take the list as an argument and return the new list, and rename
it, to make it clearer what it does.
Change-Id: Idc098d867c64fb07a1891118964a41bbec8ad35b
Reviewed-on: https://code.wireshark.org/review/14190
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 978627b Put the extcap interfaces at the *end* of the interface list.
adds b8426a3 Turn extcap_interface_list() into append_extcap_interface_list().
Summary of changes:
capchild/capture_ifinfo.c | 2 +-
extcap.c | 7 ++++---
extcap.h | 4 ++--
3 files changed, 7 insertions(+), 6 deletions(-)