]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-dag.c
Allow a platform to add information to the version string.
[libpcap] / pcap-dag.c
index d9a03b51a1299828ca621b5b9b4f12cea1621f1d..80ed01a2714c5c544a7c8c72c991da1d250bbe80 100644 (file)
@@ -1348,4 +1348,13 @@ pcap_create_interface(const char *device, char *errbuf)
            "This version of libpcap only supports DAG cards");
        return NULL;
 }
+
+/*
+ * Platform-specific information.
+ */
+const char *
+pcap_platform_lib_version(void)
+{
+       return ("DAG-only");
+}
 #endif