summaryrefslogtreecommitdiffstats
path: root/epan/pci-ids.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-10 20:34:10 +0000
commite4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc (patch)
tree68cb5ef9081156392f1dd62a00c6ccc1451b93df /epan/pci-ids.h
parentInitial commit. (diff)
downloadwireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.tar.xz
wireshark-e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc.zip
Adding upstream version 4.2.2.upstream/4.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/pci-ids.h')
-rw-r--r--epan/pci-ids.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/epan/pci-ids.h b/epan/pci-ids.h
new file mode 100644
index 00000000..1dfccd73
--- /dev/null
+++ b/epan/pci-ids.h
@@ -0,0 +1,13 @@
+/** @file
+ *
+ *
+ * By Caleb Chiu <caleb.chiu@macnica.com>
+ * Copyright 2019
+ *
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
+
+#include <stdint.h>
+
+extern const char *pci_id_str(uint16_t vid, uint16_t did, uint16_t svid, uint16_t ssid);