summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-06-28 16:21:51 +0000
committerGuy Harris <guy@alum.mit.edu>2012-06-28 16:21:51 +0000
commit1d1391ed47b9b81770f19c13081de78569050eb9 (patch)
tree167bef0c2bf598b8ed97e67b1a1663ec5aca4c94 /Makefile.common
parent28f866815a08e4be3f3131f1e0ba365520af1417 (diff)
downloadwireshark-1d1391ed47b9b81770f19c13081de78569050eb9.tar.gz
From Pontus Fuchs:
Add an interface monitor that, on Linux distributions with libnl, watches for interfaces to appear or disappear and, on such an event, causes windows showing interface lists to update. svn path=/trunk/; revision=43521
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index d0c63f820b..2437672f9d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -111,6 +111,7 @@ wireshark_SOURCES = \
fileset.c \
filters.c \
g711.c \
+ iface_monitor.c \
merge.c \
proto_hier_stats.c \
recent.c \
@@ -130,6 +131,7 @@ wireshark_INCLUDES = \
filters.h \
g711.h \
globals.h \
+ iface_monitor.h \
log.h \
merge.h \
proto_hier_stats.h \