aboutsummaryrefslogtreecommitdiff
path: root/pcap-snf.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-snf.c')
-rw-r--r--pcap-snf.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/pcap-snf.c b/pcap-snf.c
index b0021e70..464cfd23 100644
--- a/pcap-snf.c
+++ b/pcap-snf.c
@@ -592,12 +592,14 @@ pcap_create_interface(const char *device, char *errbuf)
return NULL;
}
+#include "pcap_version.h"
+
/*
- * Platform-specific information.
+ * Libpcap version string.
*/
const char *
-pcap_platform_lib_version(void)
+pcap_lib_version(void)
{
- return ("SNF-only");
+ return (PCAP_VERSION_STRING " (SNF-only)");
}
#endif