repo.or.cz
/
wireshark-sm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
decrypt drsuapi attributes
[wireshark-sm.git]
/
epan
/
pci-ids.h
blob
1dfccd73d52e4355a3633125649192b806541d8a
1
/** @file
2
*
3
*
4
* By Caleb Chiu <caleb.chiu@macnica.com>
5
* Copyright 2019
6
*
7
*
8
* SPDX-License-Identifier: GPL-2.0-or-later
9
*/
10
11
#include <stdint.h>
12
13
extern
const char
*
pci_id_str
(
uint16_t
vid
,
uint16_t
did
,
uint16_t
svid
,
uint16_t
ssid
);