URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=978627bdcd2ba6b6e2906e01f14064ac1f1eaf64
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
978627b by Guy Harris (guy@xxxxxxxxxxxx):
Put the extcap interfaces at the *end* of the interface list.
The list should start with the native local interfaces, as returned by
pcap, so that we default to the interface pcap gives first, rather than
to whatever extcap interface happens to be at the beginning.
Change-Id: I730c6a8860ebade701a0814961c04a592759ab42
Reviewed-on: https://code.wireshark.org/review/14188
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 2564f23 Clean up setting *err_str to NULL.
adds 978627b Put the extcap interfaces at the *end* of the interface list.
Summary of changes:
capchild/capture_ifinfo.c | 11 +++++++----
extcap.c | 14 +++++++++++---
extcap.h | 6 +++---
3 files changed, 21 insertions(+), 10 deletions(-)