Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I think what you're looking for is usb.capdata.

In case that's not what you're looking for, here's the entire list of available USB display filters: https://www.wireshark.org/docs/dfref/u/usb.html

I think what you're looking for is usb.capdata.

In case that's not what you're looking for, here's the entire list of available USB display filters: https://www.wireshark.org/docs/dfref/u/usb.html

EDIT: Adding information about how to apply the usb.capdata (or any) field as a column.

Probably the easiest way to add a field as a column is to locate the field of interest in the packet details pane and then right-click on it and select "Apply as Column". The new column is added as the last column on the far right, but you can drag and drop it to any column location you wish.

Alternatively, you can add a column using the column preferences dialog window. Choose "Edit -> Preferences -> Columns -> '+' " to add a new column, which is added as the last column with a default name of "New Column" and a default Type as "Number". Double-click the Number type to choose another type from the drop-down list. In particular, for a custom column, choose "Custom". Next, double-click the blank area in the row under the Fields column. In this case, I suppose you want to enter usb.capdata. Double-click the name of the column to give it a more useful name. Lastly, drag and drop the column so it appears in the location you prefer instead of at the end.