]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-sita.c
Allow a platform to add information to the version string.
[libpcap] / pcap-sita.c
index 075aee777a6a64e34d453b2e31b0c2fdd966c150..1e12491c5aecbc4ea5eabcb9eabf6d68217753d9 100644 (file)
@@ -1047,3 +1047,12 @@ int pcap_platform_finddevs(pcap_if_list_t *devlistp, char *errbuf) {
        //printf("pcap_findalldevs() returning ZERO OK\n");                             // fulko
        return 0;
 }
+
+/*
+ * Platform-specific information.
+ */
+const char *
+pcap_platform_lib_version(void)
+{
+       return ("SITA-only");
+}