Ask Your Question
0

About USBPcap idVendor

asked 2023-10-03 05:29:11 +0000

K.S. gravatar image

updated 2023-10-03 05:29:51 +0000

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.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-10-03 12:35:13 +0000

Chuckc gravatar image

updated 2023-10-03 13:14:24 +0000

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)

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2023-10-03 05:29:11 +0000

Seen: 129 times

Last updated: Oct 03 '23