summaryrefslogtreecommitdiff
path: root/caputils/capture-pcap-util-unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'caputils/capture-pcap-util-unix.c')
-rw-r--r--caputils/capture-pcap-util-unix.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/caputils/capture-pcap-util-unix.c b/caputils/capture-pcap-util-unix.c
index 9319d55a5d..362317e914 100644
--- a/caputils/capture-pcap-util-unix.c
+++ b/caputils/capture-pcap-util-unix.c
@@ -488,6 +488,12 @@ get_compiled_caplibs_version(GString *str)
* of libpcap with which we were compiled.
*/
g_string_append(str, "with libpcap");
+#ifdef HAVE_PCAP_REMOTE
+ /*
+ * We have remote pcap support in libpcap.
+ */
+ g_string_append(str, " (including remote capture support)");
+#endif
/*
* XXX - these libraries are actually used only by dumpcap,