Wireshark-commits: [Wireshark-commits] master fae3615: Move the monitor-for-interface-list-changes
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fae3615ce07bb5ced41486cf97844f271118e893
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
fae3615 by Guy Harris (guy@xxxxxxxxxxxx):
Move the monitor-for-interface-list-changes stuff to the caputils library.
Change-Id: Ie0d4504688602c2aa8e9788643b079930ca7d305
Reviewed-on: https://code.wireshark.org/review/3076
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from bd30abf The plural is "PDUs", not "PDU:s".
adds fae3615 Move the monitor-for-interface-list-changes stuff to the caputils library.
Summary of changes:
CMakeLists.txt | 1 -
Makefile.common | 2 --
caputils/CMakeLists.txt | 1 +
caputils/Makefile.common | 2 ++
iface_monitor.c => caputils/iface_monitor.c | 2 +-
iface_monitor.h => caputils/iface_monitor.h | 0
ui/gtk/gtk_iface_monitor.c | 2 +-
7 files changed, 5 insertions(+), 5 deletions(-)
rename iface_monitor.c => caputils/iface_monitor.c (99%)
rename iface_monitor.h => caputils/iface_monitor.h (100%)