Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
data-usb.h
1/* data-usb.h
2 * USB vendor id and product ids
3 * This file was generated by running python ./tools/dissector_generators/generate-usb-data.py.py
4 * Don't change it directly.
5 *
6 * Wireshark - Network traffic analyzer
7 * By Gerald Combs <gerald@wireshark.org>
8 * Copyright 1998 Gerald Combs
9 *
10 * SPDX-License-Identifier: GPL-2.0-or-later
11 */
12 #pragma once
13
14 #include <wsutil/value_string.h>
15
16extern value_string_ext ext_usb_vendors_vals;
17extern value_string_ext ext_usb_products_vals;
Extended metadata for a value_string array.
Definition value_string.h:325