First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

About USBPcap idVendor

About idVendor listed in USB IF. How can I display the company name (vendor name) at 0x10F6 in Wireshark? Since it is marked as "unknown", I would like the developer to add it.

K.S.'s avatar
1
K.S.
asked 2023-10-03 05:29:11 +0000, updated 2023-10-03 05:29:51 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

The Wireshark table (tools/make-usb.py) is built from public databases:

# make-usb - Creates a file containing vendor and product ids.
# It use the databases from
# - The USB ID Repository: https://usb-ids.gowdy.us (http://www.linux-usb.org), mirrored at Sourceforge
# - libgphoto2 from gPhoto: https://github.com/gphoto/libgphoto2 (http://gphoto.org), available at GitHub
# to create our file epan/dissectors/usb.c


Submit new entries here: Submit new data

(epan/dissectors/usb.c is updated by the weekly "Automatic update" jobs
12129: [Automatic update for 2023-09-17] created by geraldcombs/update-ws-numbers)

Chuckc's avatar
3k
Chuckc
answered 2023-10-03 12:35:13 +0000, updated 2023-10-03 13:14:24 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer