aboutsummaryrefslogtreecommitdiff
path: root/pcap-dos.c
diff options
context:
space:
mode:
Diffstat (limited to 'pcap-dos.c')
-rw-r--r--pcap-dos.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcap-dos.c b/pcap-dos.c
index 7bffce5a..ff8d5643 100644
--- a/pcap-dos.c
+++ b/pcap-dos.c
@@ -1523,3 +1523,13 @@ static void pktq_clear (struct rx_ringbuf *q)
#endif /* USE_32BIT_DRIVERS */
+#include "pcap_version.h"
+
+/*
+ * Libpcap version string.
+ */
+const char *
+pcap_lib_version(void)
+{
+ return ("DOS-" PCAP_VERSION_STRING);
+}